Html Css Color HEX #AB025D Jazzberry Jam

📋 copy color: '#AB025D'

red 171 ◦ green 2 ◦ blue 93

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

Shades of Jazzberry Jam #AB025D

Tints of Jazzberry Jam #AB025D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 34.96%

R = 64.29%
G = 0.75%
B = 34.96%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#AB025D (or 0xAB025D) is known color: Jazzberry Jam. HEX triplet: AB, 02 and 5D. RGB value is (171,2,93). Sum of RGB (Red+Green+Blue) = 171+2+93=266 (35% of max value = 765). Red value is 171 (67.19% from 255 or 64.29% from 266); Green value is 2 (1.17% from 255 or 0.75% from 266); Blue value is 93 (36.72% from 255 or 34.96% from 266); Max value from RGB is 171 - color contains mainly: red. Hex color #AB025D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB025D is #54FDA2. Grayscale: #3E3E3E. Windows color (decimal): -5569955 or 6095531. OLE color: 6095531.

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

Color convert

RGB 171 2 93 -
CMYK 0 0.99 0.46 0.33
HSL 327.69º 0.98% 0.34% -
HSV(B) 327.69º 0.99% 0.67% -
XYZ 18.79 9.49 11.2 -
YUV 62.91 144.99 205.1 -
System Red Green Blue C M Y K H S L
Decimal 171 2 93 0 0.99 0.46 0.33 327.69 0.98 0.34
Hex AB 2 5D 0 63 2E 21 148 62 22
Octal 253 2 135 0 143 56 41 510 142 42
Binary 10101011 10 1011101 0 1100011 101110 100001 101001000 1100010 100010

Color Harmonies of #AB025D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB025D

Black with #AB025D

Text Example


Text Example

White with #AB025D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB025D; }

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

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

background-color css

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

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

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

border-color css

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

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

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