Html Css Color HEX #AF5CAA Violet Blue

📋 copy color: '#AF5CAA'

red 175 ◦ green 92 ◦ blue 170

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

Shades of Violet Blue #AF5CAA

Tints of Violet Blue #AF5CAA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.05%

 BLUE value IS 170 (66.8% from 255) = 38.9%

R = 40.05%
G = 21.05%
B = 38.9%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#AF5CAA (or 0xAF5CAA) is known color: Violet Blue. HEX triplet: AF, 5C and AA. RGB value is (175,92,170). Sum of RGB (Red+Green+Blue) = 175+92+170=437 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.05% from 437); Green value is 92 (36.33% from 255 or 21.05% from 437); Blue value is 170 (66.80% from 255 or 38.90% from 437); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5CAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5CAA is #50A355. Grayscale: #7D7D7D. Windows color (decimal): -5284694 or 11164847. OLE color: 11164847.

HSL color Cylindrical-coordinate representation of color #AF5CAA: hue angle of 303.61º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AF5CAA is Cyan = 0, Magento = 0.47, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 92 170 -
CMYK 0 0.47 0.03 0.31
HSL 303.61º 0.34% 0.52% -
HSV(B) 303.61º 0.47% 0.69% -
XYZ 28.76 19.67 40.31 -
YUV 125.71 153 163.16 -
System Red Green Blue C M Y K H S L
Decimal 175 92 170 0 0.47 0.03 0.31 303.61 0.34 0.52
Hex AF 5C AA 0 2F 3 1F 130 22 34
Octal 257 134 252 0 57 3 37 460 42 64
Binary 10101111 1011100 10101010 0 101111 11 11111 100110000 100010 110100

Color Harmonies of #AF5CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5CAA

Black with #AF5CAA

Text Example


Text Example

White with #AF5CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5CAA; }

 p { color: rgb(175,92,170); }

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

background-color css

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

 a { background-color: rgb(175,92,170); }

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

border-color css

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

 span { border-color: rgb(175,92,170); }

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