Html Css Color HEX #AF429F Violet Blue

📋 copy color: '#AF429F'

red 175 ◦ green 66 ◦ blue 159

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

Shades of Violet Blue #AF429F

Tints of Violet Blue #AF429F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 39.75%

R = 43.75%
G = 16.5%
B = 39.75%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.09

 K value IS 0.31

RGB Variations

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

Color information

#AF429F (or 0xAF429F) is known color: Violet Blue. HEX triplet: AF, 42 and 9F. RGB value is (175,66,159). Sum of RGB (Red+Green+Blue) = 175+66+159=400 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.75% from 400); Green value is 66 (26.17% from 255 or 16.5% from 400); Blue value is 159 (62.5% from 255 or 39.75% from 400); Max value from RGB is 175 - color contains mainly: red. Hex color #AF429F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF429F is #50BD60. Grayscale: #6C6C6C. Windows color (decimal): -5291361 or 10437295. OLE color: 10437295.

HSL color Cylindrical-coordinate representation of color #AF429F: hue angle of 308.81º 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 #AF429F is Cyan = 0, Magento = 0.62, Yellow = 0.09 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 66 159 -
CMYK 0 0.62 0.09 0.31
HSL 308.81º 0.45% 0.47% -
HSV(B) 308.81º 0.62% 0.69% -
XYZ 25.89 15.51 34.43 -
YUV 109.19 156.11 174.94 -
System Red Green Blue C M Y K H S L
Decimal 175 66 159 0 0.62 0.09 0.31 308.81 0.45 0.47
Hex AF 42 9F 0 3E 9 1F 135 2D 2F
Octal 257 102 237 0 76 11 37 465 55 57
Binary 10101111 1000010 10011111 0 111110 1001 11111 100110101 101101 101111

Color Harmonies of #AF429F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF429F

Black with #AF429F

Text Example


Text Example

White with #AF429F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF429F; }

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

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

background-color css

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

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

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

border-color css

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

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

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