Html Css Color HEX #AB65AA Violet Blue

📋 copy color: '#AB65AA'

red 171 ◦ green 101 ◦ blue 170

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

Shades of Violet Blue #AB65AA

Tints of Violet Blue #AB65AA

RGB

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

 GREEN value IS 101 (39.84% from 255) = 22.85%

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

R = 38.69%
G = 22.85%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#AB65AA (or 0xAB65AA) is known color: Violet Blue. HEX triplet: AB, 65 and AA. RGB value is (171,101,170). Sum of RGB (Red+Green+Blue) = 171+101+170=442 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.69% from 442); Green value is 101 (39.84% from 255 or 22.85% from 442); Blue value is 170 (66.80% from 255 or 38.46% from 442); Max value from RGB is 171 - color contains mainly: red. Hex color #AB65AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB65AA is #549A55. Grayscale: #818181. Windows color (decimal): -5544534 or 11167147. OLE color: 11167147.

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

Color convert

RGB 171 101 170 -
CMYK 0 0.41 0.01 0.33
HSL 300.86º 0.29% 0.53% -
HSV(B) 300.86º 0.41% 0.67% -
XYZ 28.7 20.87 40.55 -
YUV 129.8 150.69 157.39 -
System Red Green Blue C M Y K H S L
Decimal 171 101 170 0 0.41 0.01 0.33 300.86 0.29 0.53
Hex AB 65 AA 0 29 1 21 12D 1D 35
Octal 253 145 252 0 51 1 41 455 35 65
Binary 10101011 1100101 10101010 0 101001 1 100001 100101101 11101 110101

Color Harmonies of #AB65AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB65AA

Black with #AB65AA

Text Example


Text Example

White with #AB65AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB65AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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