Html Css Color HEX #AF6CAA Violet Blue

📋 copy color: '#AF6CAA'

red 175 ◦ green 108 ◦ blue 170

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

Shades of Violet Blue #AF6CAA

Tints of Violet Blue #AF6CAA

RGB

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

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

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

R = 38.63%
G = 23.84%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#AF6CAA (or 0xAF6CAA) is known color: Violet Blue. HEX triplet: AF, 6C and AA. RGB value is (175,108,170). Sum of RGB (Red+Green+Blue) = 175+108+170=453 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.63% from 453); Green value is 108 (42.58% from 255 or 23.84% from 453); Blue value is 170 (66.80% from 255 or 37.53% from 453); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6CAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6CAA is #509355. Grayscale: #868686. Windows color (decimal): -5280598 or 11168943. OLE color: 11168943.

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

Color convert

RGB 175 108 170 -
CMYK 0 0.38 0.03 0.31
HSL 304.48º 0.3% 0.55% -
HSV(B) 304.48º 0.38% 0.69% -
XYZ 30.3 22.74 40.82 -
YUV 135.1 147.7 156.46 -
System Red Green Blue C M Y K H S L
Decimal 175 108 170 0 0.38 0.03 0.31 304.48 0.3 0.55
Hex AF 6C AA 0 26 3 1F 130 1E 37
Octal 257 154 252 0 46 3 37 460 36 67
Binary 10101111 1101100 10101010 0 100110 11 11111 100110000 11110 110111

Color Harmonies of #AF6CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6CAA

Black with #AF6CAA

Text Example


Text Example

White with #AF6CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6CAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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