Html Css Color HEX #AF429E Violet Blue

📋 copy color: '#AF429E'

red 175 ◦ green 66 ◦ blue 158

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

Shades of Violet Blue #AF429E

Tints of Violet Blue #AF429E

RGB

 RED value IS 175 (68.75% from 255) = 43.86%

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

 BLUE value IS 158 (62.11% from 255) = 39.6%

R = 43.86%
G = 16.54%
B = 39.6%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#AF429E (or 0xAF429E) is known color: Violet Blue. HEX triplet: AF, 42 and 9E. RGB value is (175,66,158). Sum of RGB (Red+Green+Blue) = 175+66+158=399 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.86% from 399); Green value is 66 (26.17% from 255 or 16.54% from 399); Blue value is 158 (62.11% from 255 or 39.60% from 399); Max value from RGB is 175 - color contains mainly: red. Hex color #AF429E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF429E is #50BD61. Grayscale: #6C6C6C. Windows color (decimal): -5291362 or 10371759. OLE color: 10371759.

HSL color Cylindrical-coordinate representation of color #AF429E: hue angle of 309.36º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AF429E is Cyan = 0, Magento = 0.62, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 66 158 -
CMYK 0 0.62 0.10 0.31
HSL 309.36º 0.45% 0.47% -
HSV(B) 309.36º 0.62% 0.69% -
XYZ 25.8 15.48 33.98 -
YUV 109.08 155.61 175.02 -
System Red Green Blue C M Y K H S L
Decimal 175 66 158 0 0.62 0.10 0.31 309.36 0.45 0.47
Hex AF 42 9E 0 3E A 1F 135 2D 2F
Octal 257 102 236 0 76 12 37 465 55 57
Binary 10101111 1000010 10011110 0 111110 1010 11111 100110101 101101 101111

Color Harmonies of #AF429E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF429E

Black with #AF429E

Text Example


Text Example

White with #AF429E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF429E; }

 p { color: rgb(175,66,158); }

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

background-color css

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

 a { background-color: rgb(175,66,158); }

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

border-color css

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

 span { border-color: rgb(175,66,158); }

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