Html Css Color HEX #AB026C Jazzberry Jam

📋 copy color: '#AB026C'

red 171 ◦ green 2 ◦ blue 108

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

Shades of Jazzberry Jam #AB026C

Tints of Jazzberry Jam #AB026C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.71%

 BLUE value IS 108 (42.58% from 255) = 38.43%

R = 60.85%
G = 0.71%
B = 38.43%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#AB026C (or 0xAB026C) is known color: Jazzberry Jam. HEX triplet: AB, 02 and 6C. RGB value is (171,2,108). Sum of RGB (Red+Green+Blue) = 171+2+108=281 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.85% from 281); Green value is 2 (1.17% from 255 or 0.71% from 281); Blue value is 108 (42.58% from 255 or 38.43% from 281); Max value from RGB is 171 - color contains mainly: red. Hex color #AB026C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB026C is #54FD93. Grayscale: #404040. Windows color (decimal): -5569940 or 7078571. OLE color: 7078571.

HSL color Cylindrical-coordinate representation of color #AB026C: hue angle of 322.37º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AB026C is Cyan = 0, Magento = 0.99, Yellow = 0.37 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 2 108 -
CMYK 0 0.99 0.37 0.33
HSL 322.37º 0.98% 0.34% -
HSV(B) 322.37º 0.99% 0.67% -
XYZ 19.52 9.78 15.05 -
YUV 64.62 152.49 203.88 -
System Red Green Blue C M Y K H S L
Decimal 171 2 108 0 0.99 0.37 0.33 322.37 0.98 0.34
Hex AB 2 6C 0 63 25 21 142 62 22
Octal 253 2 154 0 143 45 41 502 142 42
Binary 10101011 10 1101100 0 1100011 100101 100001 101000010 1100010 100010

Color Harmonies of #AB026C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB026C

Black with #AB026C

Text Example


Text Example

White with #AB026C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB026C; }

 p { color: rgb(171,2,108); }

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

background-color css

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

 a { background-color: rgb(171,2,108); }

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

border-color css

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

 span { border-color: rgb(171,2,108); }

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