Html Css Color HEX #AF5CAE Violet Blue

📋 copy color: '#AF5CAE'

red 175 ◦ green 92 ◦ blue 174

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

Shades of Violet Blue #AF5CAE

Tints of Violet Blue #AF5CAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 39.46%

R = 39.68%
G = 20.86%
B = 39.46%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#AF5CAE (or 0xAF5CAE) is known color: Violet Blue. HEX triplet: AF, 5C and AE. RGB value is (175,92,174). Sum of RGB (Red+Green+Blue) = 175+92+174=441 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.68% from 441); Green value is 92 (36.33% from 255 or 20.86% from 441); Blue value is 174 (68.36% from 255 or 39.46% from 441); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5CAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5CAE is #50A351. Grayscale: #7D7D7D. Windows color (decimal): -5284690 or 11426991. OLE color: 11426991.

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

Color convert

RGB 175 92 174 -
CMYK 0 0.47 0.01 0.31
HSL 300.72º 0.34% 0.52% -
HSV(B) 300.72º 0.47% 0.69% -
XYZ 29.15 19.82 42.33 -
YUV 126.17 155 162.83 -
System Red Green Blue C M Y K H S L
Decimal 175 92 174 0 0.47 0.01 0.31 300.72 0.34 0.52
Hex AF 5C AE 0 2F 1 1F 12D 22 34
Octal 257 134 256 0 57 1 37 455 42 64
Binary 10101111 1011100 10101110 0 101111 1 11111 100101101 100010 110100

Color Harmonies of #AF5CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5CAE

Black with #AF5CAE

Text Example


Text Example

White with #AF5CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5CAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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