Html Css Color HEX #AB429A Violet Blue

📋 copy color: '#AB429A'

red 171 ◦ green 66 ◦ blue 154

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

Shades of Violet Blue #AB429A

Tints of Violet Blue #AB429A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.88%

 BLUE value IS 154 (60.55% from 255) = 39.39%

R = 43.73%
G = 16.88%
B = 39.39%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.10

 K value IS 0.33

RGB Variations

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

Color information

#AB429A (or 0xAB429A) is known color: Violet Blue. HEX triplet: AB, 42 and 9A. RGB value is (171,66,154). Sum of RGB (Red+Green+Blue) = 171+66+154=391 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.73% from 391); Green value is 66 (26.17% from 255 or 16.88% from 391); Blue value is 154 (60.55% from 255 or 39.39% from 391); Max value from RGB is 171 - color contains mainly: red. Hex color #AB429A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB429A is #54BD65. Grayscale: #6B6B6B. Windows color (decimal): -5553510 or 10109611. OLE color: 10109611.

HSL color Cylindrical-coordinate representation of color #AB429A: hue angle of 309.71º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AB429A is Cyan = 0, Magento = 0.61, Yellow = 0.10 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 66 154 -
CMYK 0 0.61 0.10 0.33
HSL 309.71º 0.44% 0.46% -
HSV(B) 309.71º 0.61% 0.67% -
XYZ 24.58 14.89 32.15 -
YUV 107.43 154.29 173.34 -
System Red Green Blue C M Y K H S L
Decimal 171 66 154 0 0.61 0.10 0.33 309.71 0.44 0.46
Hex AB 42 9A 0 3D A 21 136 2C 2E
Octal 253 102 232 0 75 12 41 466 54 56
Binary 10101011 1000010 10011010 0 111101 1010 100001 100110110 101100 101110

Color Harmonies of #AB429A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB429A

Black with #AB429A

Text Example


Text Example

White with #AB429A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB429A; }

 p { color: rgb(171,66,154); }

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

background-color css

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

 a { background-color: rgb(171,66,154); }

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

border-color css

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

 span { border-color: rgb(171,66,154); }

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