Html Css Color HEX #AF6AAB Violet Blue

📋 copy color: '#AF6AAB'

red 175 ◦ green 106 ◦ blue 171

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

Shades of Violet Blue #AF6AAB

Tints of Violet Blue #AF6AAB

RGB

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

 GREEN value IS 106 (41.8% from 255) = 23.45%

 BLUE value IS 171 (67.19% from 255) = 37.83%

R = 38.72%
G = 23.45%
B = 37.83%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#AF6AAB (or 0xAF6AAB) is known color: Violet Blue. HEX triplet: AF, 6A and AB. RGB value is (175,106,171). Sum of RGB (Red+Green+Blue) = 175+106+171=452 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.72% from 452); Green value is 106 (41.80% from 255 or 23.45% from 452); Blue value is 171 (67.19% from 255 or 37.83% from 452); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6AAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6AAB is #509554. Grayscale: #858585. Windows color (decimal): -5281109 or 11233967. OLE color: 11233967.

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

Color convert

RGB 175 106 171 -
CMYK 0 0.39 0.02 0.31
HSL 303.48º 0.3% 0.55% -
HSV(B) 303.48º 0.39% 0.69% -
XYZ 30.18 22.36 41.25 -
YUV 134.04 148.86 157.21 -
System Red Green Blue C M Y K H S L
Decimal 175 106 171 0 0.39 0.02 0.31 303.48 0.3 0.55
Hex AF 6A AB 0 27 2 1F 12F 1E 37
Octal 257 152 253 0 47 2 37 457 36 67
Binary 10101111 1101010 10101011 0 100111 10 11111 100101111 11110 110111

Color Harmonies of #AF6AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6AAB

Black with #AF6AAB

Text Example


Text Example

White with #AF6AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6AAB; }

 p { color: rgb(175,106,171); }

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

background-color css

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

 a { background-color: rgb(175,106,171); }

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

border-color css

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

 span { border-color: rgb(175,106,171); }

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