Html Css Color HEX #AB66B4 Violet Blue

📋 copy color: '#AB66B4'

red 171 ◦ green 102 ◦ blue 180

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

Shades of Violet Blue #AB66B4

Tints of Violet Blue #AB66B4

RGB

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

 GREEN value IS 102 (40.23% from 255) = 22.52%

 BLUE value IS 180 (70.7% from 255) = 39.74%

R = 37.75%
G = 22.52%
B = 39.74%

CMYK

 C value IS 0.05

 M value IS 0.43

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#AB66B4 (or 0xAB66B4) is known color: Violet Blue. HEX triplet: AB, 66 and B4. RGB value is (171,102,180). Sum of RGB (Red+Green+Blue) = 171+102+180=453 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.75% from 453); Green value is 102 (40.23% from 255 or 22.52% from 453); Blue value is 180 (70.70% from 255 or 39.74% from 453); Max value from RGB is 180 - color contains mainly: blue. Hex color #AB66B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB66B4 is #54994B. Grayscale: #838383. Windows color (decimal): -5544268 or 11822763. OLE color: 11822763.

HSL color Cylindrical-coordinate representation of color #AB66B4: hue angle of 293.08º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AB66B4 is Cyan = 0.05, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 171 102 180 -
CMYK 0.05 0.43 0 0.29
HSL 293.08º 0.34% 0.55% -
HSV(B) 293.08º 0.43% 0.71% -
XYZ 29.78 21.46 45.75 -
YUV 131.52 155.36 156.16 -
System Red Green Blue C M Y K H S L
Decimal 171 102 180 0.05 0.43 0 0.29 293.08 0.34 0.55
Hex AB 66 B4 5 2B 0 1D 125 22 37
Octal 253 146 264 5 53 0 35 445 42 67
Binary 10101011 1100110 10110100 101 101011 0 11101 100100101 100010 110111

Color Harmonies of #AB66B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB66B4

Black with #AB66B4

Text Example


Text Example

White with #AB66B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB66B4; }

 p { color: rgb(171,102,180); }

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

background-color css

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

 a { background-color: rgb(171,102,180); }

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

border-color css

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

 span { border-color: rgb(171,102,180); }

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