Html Css Color HEX #AB629F Violet Blue

📋 copy color: '#AB629F'

red 171 ◦ green 98 ◦ blue 159

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

Shades of Violet Blue #AB629F

Tints of Violet Blue #AB629F

RGB

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

 GREEN value IS 98 (38.67% from 255) = 22.9%

 BLUE value IS 159 (62.5% from 255) = 37.15%

R = 39.95%
G = 22.9%
B = 37.15%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#AB629F (or 0xAB629F) is known color: Violet Blue. HEX triplet: AB, 62 and 9F. RGB value is (171,98,159). Sum of RGB (Red+Green+Blue) = 171+98+159=428 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.95% from 428); Green value is 98 (38.67% from 255 or 22.90% from 428); Blue value is 159 (62.5% from 255 or 37.15% from 428); Max value from RGB is 171 - color contains mainly: red. Hex color #AB629F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB629F is #549D60. Grayscale: #7E7E7E. Windows color (decimal): -5545313 or 10445483. OLE color: 10445483.

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

Color convert

RGB 171 98 159 -
CMYK 0 0.43 0.07 0.33
HSL 309.86º 0.3% 0.53% -
HSV(B) 309.86º 0.43% 0.67% -
XYZ 27.42 19.9 35.2 -
YUV 126.78 146.18 159.54 -
System Red Green Blue C M Y K H S L
Decimal 171 98 159 0 0.43 0.07 0.33 309.86 0.3 0.53
Hex AB 62 9F 0 2B 7 21 136 1E 35
Octal 253 142 237 0 53 7 41 466 36 65
Binary 10101011 1100010 10011111 0 101011 111 100001 100110110 11110 110101

Color Harmonies of #AB629F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB629F

Black with #AB629F

Text Example


Text Example

White with #AB629F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB629F; }

 p { color: rgb(171,98,159); }

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

background-color css

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

 a { background-color: rgb(171,98,159); }

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

border-color css

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

 span { border-color: rgb(171,98,159); }

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