Html Css Color HEX #AF60A5 Violet Blue

📋 copy color: '#AF60A5'

red 175 ◦ green 96 ◦ blue 165

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

Shades of Violet Blue #AF60A5

Tints of Violet Blue #AF60A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 37.84%

R = 40.14%
G = 22.02%
B = 37.84%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.06

 K value IS 0.31

RGB Variations

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

Color information

#AF60A5 (or 0xAF60A5) is known color: Violet Blue. HEX triplet: AF, 60 and A5. RGB value is (175,96,165). Sum of RGB (Red+Green+Blue) = 175+96+165=436 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.14% from 436); Green value is 96 (37.89% from 255 or 22.02% from 436); Blue value is 165 (64.84% from 255 or 37.84% from 436); Max value from RGB is 175 - color contains mainly: red. Hex color #AF60A5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF60A5 is #509F5A. Grayscale: #7F7F7F. Windows color (decimal): -5283675 or 10838191. OLE color: 10838191.

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

Color convert

RGB 175 96 165 -
CMYK 0 0.45 0.06 0.31
HSL 307.59º 0.33% 0.53% -
HSV(B) 307.59º 0.45% 0.69% -
XYZ 28.65 20.2 37.99 -
YUV 127.49 149.17 161.89 -
System Red Green Blue C M Y K H S L
Decimal 175 96 165 0 0.45 0.06 0.31 307.59 0.33 0.53
Hex AF 60 A5 0 2D 6 1F 134 21 35
Octal 257 140 245 0 55 6 37 464 41 65
Binary 10101111 1100000 10100101 0 101101 110 11111 100110100 100001 110101

Color Harmonies of #AF60A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF60A5

Black with #AF60A5

Text Example


Text Example

White with #AF60A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF60A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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