Html Css Color HEX #A238F9 Blue Violet

📋 copy color: '#A238F9'

red 162 ◦ green 56 ◦ blue 249

#A238F9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Violet #A238F9

Tints of Blue Violet #A238F9

RGB

 RED value IS 162 (63.67% from 255) = 34.69%

 GREEN value IS 56 (22.27% from 255) = 11.99%

 BLUE value IS 249 (97.66% from 255) = 53.32%

R = 34.69%
G = 11.99%
B = 53.32%

CMYK

 C value IS 0.35

 M value IS 0.78

 Y value IS 0

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A238F9 (or 0xA238F9) is known color: Blue Violet. HEX triplet: A2, 38 and F9. RGB value is (162,56,249). Sum of RGB (Red+Green+Blue) = 162+56+249=467 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.69% from 467); Green value is 56 (22.27% from 255 or 11.99% from 467); Blue value is 249 (97.66% from 255 or 53.32% from 467); Max value from RGB is 249 - color contains mainly: blue. Hex color #A238F9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A238F9 is #5DC706. Grayscale: #6D6D6D. Windows color (decimal): -6145799 or 16332962. OLE color: 16332962.

HSL color Cylindrical-coordinate representation of color #A238F9: hue angle of 272.95º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A238F9 is Cyan = 0.35, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 162 56 249 -
CMYK 0.35 0.78 0 0.02
HSL 272.95º 0.94% 0.6% -
HSV(B) 272.95º 0.78% 0.98% -
XYZ 33.41 17.35 91.21 -
YUV 109.7 206.62 165.31 -
System Red Green Blue C M Y K H S L
Decimal 162 56 249 0.35 0.78 0 0.02 272.95 0.94 0.6
Hex A2 38 F9 23 4E 0 2 111 5E 3C
Octal 242 70 371 43 116 0 2 421 136 74
Binary 10100010 111000 11111001 100011 1001110 0 10 100010001 1011110 111100

Color Harmonies of #A238F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A238F9

Black with #A238F9

Text Example


Text Example

White with #A238F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A238F9; }

 p { color: rgb(162,56,249); }

 H1.HeaderClassName
 {
   color: #A238F9;
 }
 .AnyTagClassName
 {
   color: #A238F9;
 }
</style>

background-color css

<style>
 a { background-color: #A238F9; }

 a { background-color: rgb(162,56,249); }

 div.DivClassName
 {
   background-color: #A238F9;
 }
 .BgClassName
 {
   background-color: #A238F9;
 }
</style>

border-color css

<style>
 span { border-color: #A238F9; }

 span { border-color: rgb(162,56,249); }

 td.TdClassName
 {
   border-color: #A238F9;
 }
 .TagClassName
 {
   border-color: #A238F9;
 }
</style>