Html Css Color HEX #AF429D Violet Blue

📋 copy color: '#AF429D'

red 175 ◦ green 66 ◦ blue 157

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

Shades of Violet Blue #AF429D

Tints of Violet Blue #AF429D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 39.45%

R = 43.97%
G = 16.58%
B = 39.45%

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

#AF429D (or 0xAF429D) is known color: Violet Blue. HEX triplet: AF, 42 and 9D. RGB value is (175,66,157). Sum of RGB (Red+Green+Blue) = 175+66+157=398 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.97% from 398); Green value is 66 (26.17% from 255 or 16.58% from 398); Blue value is 157 (61.72% from 255 or 39.45% from 398); Max value from RGB is 175 - color contains mainly: red. Hex color #AF429D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF429D is #50BD62. Grayscale: #6C6C6C. Windows color (decimal): -5291363 or 10306223. OLE color: 10306223.

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

Color convert

RGB 175 66 157 -
CMYK 0 0.62 0.10 0.31
HSL 309.91º 0.45% 0.47% -
HSV(B) 309.91º 0.62% 0.69% -
XYZ 25.71 15.44 33.52 -
YUV 108.97 155.11 175.1 -
System Red Green Blue C M Y K H S L
Decimal 175 66 157 0 0.62 0.10 0.31 309.91 0.45 0.47
Hex AF 42 9D 0 3E A 1F 136 2D 2F
Octal 257 102 235 0 76 12 37 466 55 57
Binary 10101111 1000010 10011101 0 111110 1010 11111 100110110 101101 101111

Color Harmonies of #AF429D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF429D

Black with #AF429D

Text Example


Text Example

White with #AF429D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF429D; }

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

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

background-color css

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

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

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

border-color css

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

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

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