Html Css Color HEX #AF609A Violet Blue

📋 copy color: '#AF609A'

red 175 ◦ green 96 ◦ blue 154

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

Shades of Violet Blue #AF609A

Tints of Violet Blue #AF609A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 36.24%

R = 41.18%
G = 22.59%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#AF609A (or 0xAF609A) is known color: Violet Blue. HEX triplet: AF, 60 and 9A. RGB value is (175,96,154). Sum of RGB (Red+Green+Blue) = 175+96+154=425 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.18% from 425); Green value is 96 (37.89% from 255 or 22.59% from 425); Blue value is 154 (60.55% from 255 or 36.24% from 425); Max value from RGB is 175 - color contains mainly: red. Hex color #AF609A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF609A is #509F65. Grayscale: #7E7E7E. Windows color (decimal): -5283686 or 10117295. OLE color: 10117295.

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

Color convert

RGB 175 96 154 -
CMYK 0 0.45 0.12 0.31
HSL 315.95º 0.33% 0.53% -
HSV(B) 315.95º 0.45% 0.69% -
XYZ 27.69 19.81 32.94 -
YUV 126.23 143.67 162.78 -
System Red Green Blue C M Y K H S L
Decimal 175 96 154 0 0.45 0.12 0.31 315.95 0.33 0.53
Hex AF 60 9A 0 2D C 1F 13C 21 35
Octal 257 140 232 0 55 14 37 474 41 65
Binary 10101111 1100000 10011010 0 101101 1100 11111 100111100 100001 110101

Color Harmonies of #AF609A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF609A

Black with #AF609A

Text Example


Text Example

White with #AF609A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF609A; }

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

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

background-color css

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

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

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

border-color css

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

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

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