Html Css Color HEX #AF6CAE Violet Blue

📋 copy color: '#AF6CAE'

red 175 ◦ green 108 ◦ blue 174

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

Shades of Violet Blue #AF6CAE

Tints of Violet Blue #AF6CAE

RGB

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

 GREEN value IS 108 (42.58% from 255) = 23.63%

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

R = 38.29%
G = 23.63%
B = 38.07%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#AF6CAE (or 0xAF6CAE) is known color: Violet Blue. HEX triplet: AF, 6C and AE. RGB value is (175,108,174). Sum of RGB (Red+Green+Blue) = 175+108+174=457 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.29% from 457); Green value is 108 (42.58% from 255 or 23.63% from 457); Blue value is 174 (68.36% from 255 or 38.07% from 457); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6CAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6CAE is #509351. Grayscale: #878787. Windows color (decimal): -5280594 or 11431087. OLE color: 11431087.

HSL color Cylindrical-coordinate representation of color #AF6CAE: hue angle of 300.9º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AF6CAE is Cyan = 0, Magento = 0.38, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 108 174 -
CMYK 0 0.38 0.01 0.31
HSL 300.9º 0.3% 0.55% -
HSV(B) 300.9º 0.38% 0.69% -
XYZ 30.68 22.9 42.85 -
YUV 135.56 149.7 156.13 -
System Red Green Blue C M Y K H S L
Decimal 175 108 174 0 0.38 0.01 0.31 300.9 0.3 0.55
Hex AF 6C AE 0 26 1 1F 12D 1E 37
Octal 257 154 256 0 46 1 37 455 36 67
Binary 10101111 1101100 10101110 0 100110 1 11111 100101101 11110 110111

Color Harmonies of #AF6CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6CAE

Black with #AF6CAE

Text Example


Text Example

White with #AF6CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6CAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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