Html Css Color HEX #AF609F Violet Blue

📋 copy color: '#AF609F'

red 175 ◦ green 96 ◦ blue 159

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

Shades of Violet Blue #AF609F

Tints of Violet Blue #AF609F

RGB

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

 GREEN value IS 96 (37.89% from 255) = 22.33%

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

R = 40.7%
G = 22.33%
B = 36.98%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.09

 K value IS 0.31

RGB Variations

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

Color information

#AF609F (or 0xAF609F) is known color: Violet Blue. HEX triplet: AF, 60 and 9F. RGB value is (175,96,159). Sum of RGB (Red+Green+Blue) = 175+96+159=430 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.70% from 430); Green value is 96 (37.89% from 255 or 22.33% from 430); Blue value is 159 (62.5% from 255 or 36.98% from 430); Max value from RGB is 175 - color contains mainly: red. Hex color #AF609F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF609F is #509F60. Grayscale: #7E7E7E. Windows color (decimal): -5283681 or 10444975. OLE color: 10444975.

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

Color convert

RGB 175 96 159 -
CMYK 0 0.45 0.09 0.31
HSL 312.15º 0.33% 0.53% -
HSV(B) 312.15º 0.45% 0.69% -
XYZ 28.12 19.98 35.18 -
YUV 126.8 146.17 162.38 -
System Red Green Blue C M Y K H S L
Decimal 175 96 159 0 0.45 0.09 0.31 312.15 0.33 0.53
Hex AF 60 9F 0 2D 9 1F 138 21 35
Octal 257 140 237 0 55 11 37 470 41 65
Binary 10101111 1100000 10011111 0 101101 1001 11111 100111000 100001 110101

Color Harmonies of #AF609F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF609F

Black with #AF609F

Text Example


Text Example

White with #AF609F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF609F; }

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

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

background-color css

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

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

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

border-color css

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

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

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