Html Css Color HEX #AB026B Jazzberry Jam

📋 copy color: '#AB026B'

red 171 ◦ green 2 ◦ blue 107

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

Shades of Jazzberry Jam #AB026B

Tints of Jazzberry Jam #AB026B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 38.21%

R = 61.07%
G = 0.71%
B = 38.21%

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

#AB026B (or 0xAB026B) is known color: Jazzberry Jam. HEX triplet: AB, 02 and 6B. RGB value is (171,2,107). Sum of RGB (Red+Green+Blue) = 171+2+107=280 (37% of max value = 765). Red value is 171 (67.19% from 255 or 61.07% from 280); Green value is 2 (1.17% from 255 or 0.71% from 280); Blue value is 107 (42.19% from 255 or 38.21% from 280); Max value from RGB is 171 - color contains mainly: red. Hex color #AB026B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB026B is #54FD94. Grayscale: #404040. Windows color (decimal): -5569941 or 7013035. OLE color: 7013035.

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

Color convert

RGB 171 2 107 -
CMYK 0 0.99 0.37 0.33
HSL 322.72º 0.98% 0.34% -
HSV(B) 322.72º 0.99% 0.67% -
XYZ 19.47 9.76 14.77 -
YUV 64.5 151.99 203.96 -
System Red Green Blue C M Y K H S L
Decimal 171 2 107 0 0.99 0.37 0.33 322.72 0.98 0.34
Hex AB 2 6B 0 63 25 21 143 62 22
Octal 253 2 153 0 143 45 41 503 142 42
Binary 10101011 10 1101011 0 1100011 100101 100001 101000011 1100010 100010

Color Harmonies of #AB026B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB026B

Black with #AB026B

Text Example


Text Example

White with #AB026B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB026B; }

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

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

background-color css

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

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

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

border-color css

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

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

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