Html Css Color HEX #AF6BAB Violet Blue

📋 copy color: '#AF6BAB'

red 175 ◦ green 107 ◦ blue 171

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

Shades of Violet Blue #AF6BAB

Tints of Violet Blue #AF6BAB

RGB

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

 GREEN value IS 107 (42.19% from 255) = 23.62%

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

R = 38.63%
G = 23.62%
B = 37.75%

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

#AF6BAB (or 0xAF6BAB) is known color: Violet Blue. HEX triplet: AF, 6B and AB. RGB value is (175,107,171). Sum of RGB (Red+Green+Blue) = 175+107+171=453 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.63% from 453); Green value is 107 (42.19% from 255 or 23.62% from 453); Blue value is 171 (67.19% from 255 or 37.75% from 453); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6BAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6BAB is #509454. Grayscale: #868686. Windows color (decimal): -5280853 or 11234223. OLE color: 11234223.

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

Color convert

RGB 175 107 171 -
CMYK 0 0.39 0.02 0.31
HSL 303.53º 0.3% 0.55% -
HSV(B) 303.53º 0.39% 0.69% -
XYZ 30.29 22.57 41.29 -
YUV 134.63 148.53 156.8 -
System Red Green Blue C M Y K H S L
Decimal 175 107 171 0 0.39 0.02 0.31 303.53 0.3 0.55
Hex AF 6B AB 0 27 2 1F 130 1E 37
Octal 257 153 253 0 47 2 37 460 36 67
Binary 10101111 1101011 10101011 0 100111 10 11111 100110000 11110 110111

Color Harmonies of #AF6BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6BAB

Black with #AF6BAB

Text Example


Text Example

White with #AF6BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6BAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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