Html Css Color HEX #A842F9 Blue Violet

📋 copy color: '#A842F9'

red 168 ◦ green 66 ◦ blue 249

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

Shades of Blue Violet #A842F9

Tints of Blue Violet #A842F9

RGB

 RED value IS 168 (66.02% from 255) = 34.78%

 GREEN value IS 66 (26.17% from 255) = 13.66%

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

R = 34.78%
G = 13.66%
B = 51.55%

CMYK

 C value IS 0.33

 M value IS 0.73

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A842F9 (or 0xA842F9) is known color: Blue Violet. HEX triplet: A8, 42 and F9. RGB value is (168,66,249). Sum of RGB (Red+Green+Blue) = 168+66+249=483 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.78% from 483); Green value is 66 (26.17% from 255 or 13.66% from 483); Blue value is 249 (97.66% from 255 or 51.55% from 483); Max value from RGB is 249 - color contains mainly: blue. Hex color #A842F9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A842F9 is #57BD06. Grayscale: #747474. Windows color (decimal): -5750023 or 16335528. OLE color: 16335528.

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

Color convert

RGB 168 66 249 -
CMYK 0.33 0.73 0 0.02
HSL 273.44º 0.94% 0.62% -
HSV(B) 273.44º 0.73% 0.98% -
XYZ 35.2 19.06 91.45 -
YUV 117.36 202.29 164.12 -
System Red Green Blue C M Y K H S L
Decimal 168 66 249 0.33 0.73 0 0.02 273.44 0.94 0.62
Hex A8 42 F9 21 49 0 2 111 5E 3E
Octal 250 102 371 41 111 0 2 421 136 76
Binary 10101000 1000010 11111001 100001 1001001 0 10 100010001 1011110 111110

Color Harmonies of #A842F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A842F9

Black with #A842F9

Text Example


Text Example

White with #A842F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A842F9; }

 p { color: rgb(168,66,249); }

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

background-color css

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

 a { background-color: rgb(168,66,249); }

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

border-color css

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

 span { border-color: rgb(168,66,249); }

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