Html Css Color HEX #AB67AA Violet Blue

📋 copy color: '#AB67AA'

red 171 ◦ green 103 ◦ blue 170

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

Shades of Violet Blue #AB67AA

Tints of Violet Blue #AB67AA

RGB

 RED value IS 171 (67.19% from 255) = 38.51%

 GREEN value IS 103 (40.63% from 255) = 23.2%

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

R = 38.51%
G = 23.2%
B = 38.29%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#AB67AA (or 0xAB67AA) is known color: Violet Blue. HEX triplet: AB, 67 and AA. RGB value is (171,103,170). Sum of RGB (Red+Green+Blue) = 171+103+170=444 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.51% from 444); Green value is 103 (40.62% from 255 or 23.20% from 444); Blue value is 170 (66.80% from 255 or 38.29% from 444); Max value from RGB is 171 - color contains mainly: red. Hex color #AB67AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB67AA is #549855. Grayscale: #828282. Windows color (decimal): -5544022 or 11167659. OLE color: 11167659.

HSL color Cylindrical-coordinate representation of color #AB67AA: hue angle of 300.88º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AB67AA is Cyan = 0, Magento = 0.40, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 103 170 -
CMYK 0 0.40 0.01 0.33
HSL 300.88º 0.29% 0.54% -
HSV(B) 300.88º 0.4% 0.67% -
XYZ 28.9 21.26 40.61 -
YUV 130.97 150.03 156.55 -
System Red Green Blue C M Y K H S L
Decimal 171 103 170 0 0.40 0.01 0.33 300.88 0.29 0.54
Hex AB 67 AA 0 28 1 21 12D 1D 36
Octal 253 147 252 0 50 1 41 455 35 66
Binary 10101011 1100111 10101010 0 101000 1 100001 100101101 11101 110110

Color Harmonies of #AB67AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB67AA

Black with #AB67AA

Text Example


Text Example

White with #AB67AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB67AA; }

 p { color: rgb(171,103,170); }

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

background-color css

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

 a { background-color: rgb(171,103,170); }

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

border-color css

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

 span { border-color: rgb(171,103,170); }

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