Html Css Color HEX #AB025B Jazzberry Jam

📋 copy color: '#AB025B'

red 171 ◦ green 2 ◦ blue 91

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

Shades of Jazzberry Jam #AB025B

Tints of Jazzberry Jam #AB025B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 34.47%

R = 64.77%
G = 0.76%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AB025B (or 0xAB025B) is known color: Jazzberry Jam. HEX triplet: AB, 02 and 5B. RGB value is (171,2,91). Sum of RGB (Red+Green+Blue) = 171+2+91=264 (34% of max value = 765). Red value is 171 (67.19% from 255 or 64.77% from 264); Green value is 2 (1.17% from 255 or 0.76% from 264); Blue value is 91 (35.94% from 255 or 34.47% from 264); Max value from RGB is 171 - color contains mainly: red. Hex color #AB025B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB025B is #54FDA4. Grayscale: #3E3E3E. Windows color (decimal): -5569957 or 5964459. OLE color: 5964459.

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

Color convert

RGB 171 2 91 -
CMYK 0 0.99 0.47 0.33
HSL 328.4º 0.98% 0.34% -
HSV(B) 328.4º 0.99% 0.67% -
XYZ 18.7 9.46 10.74 -
YUV 62.68 143.99 205.26 -
System Red Green Blue C M Y K H S L
Decimal 171 2 91 0 0.99 0.47 0.33 328.4 0.98 0.34
Hex AB 2 5B 0 63 2F 21 148 62 22
Octal 253 2 133 0 143 57 41 510 142 42
Binary 10101011 10 1011011 0 1100011 101111 100001 101001000 1100010 100010

Color Harmonies of #AB025B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB025B

Black with #AB025B

Text Example


Text Example

White with #AB025B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB025B; }

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

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

background-color css

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

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

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

border-color css

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

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

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