Html Css Color HEX #AB65A2 Violet Blue

📋 copy color: '#AB65A2'

red 171 ◦ green 101 ◦ blue 162

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

Shades of Violet Blue #AB65A2

Tints of Violet Blue #AB65A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 37.33%

R = 39.4%
G = 23.27%
B = 37.33%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.05

 K value IS 0.33

RGB Variations

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

Color information

#AB65A2 (or 0xAB65A2) is known color: Violet Blue. HEX triplet: AB, 65 and A2. RGB value is (171,101,162). Sum of RGB (Red+Green+Blue) = 171+101+162=434 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.40% from 434); Green value is 101 (39.84% from 255 or 23.27% from 434); Blue value is 162 (63.67% from 255 or 37.33% from 434); Max value from RGB is 171 - color contains mainly: red. Hex color #AB65A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB65A2 is #549A5D. Grayscale: #808080. Windows color (decimal): -5544542 or 10642859. OLE color: 10642859.

HSL color Cylindrical-coordinate representation of color #AB65A2: hue angle of 307.71º 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 #AB65A2 is Cyan = 0, Magento = 0.41, Yellow = 0.05 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 101 162 -
CMYK 0 0.41 0.05 0.33
HSL 307.71º 0.29% 0.53% -
HSV(B) 307.71º 0.41% 0.67% -
XYZ 27.97 20.57 36.68 -
YUV 128.88 146.69 158.04 -
System Red Green Blue C M Y K H S L
Decimal 171 101 162 0 0.41 0.05 0.33 307.71 0.29 0.53
Hex AB 65 A2 0 29 5 21 134 1D 35
Octal 253 145 242 0 51 5 41 464 35 65
Binary 10101011 1100101 10100010 0 101001 101 100001 100110100 11101 110101

Color Harmonies of #AB65A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB65A2

Black with #AB65A2

Text Example


Text Example

White with #AB65A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB65A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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