Html Css Color HEX #AB205B Jazzberry Jam

📋 copy color: '#AB205B'

red 171 ◦ green 32 ◦ blue 91

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

Shades of Jazzberry Jam #AB205B

Tints of Jazzberry Jam #AB205B

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.88%

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

R = 58.16%
G = 10.88%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AB205B (or 0xAB205B) is known color: Jazzberry Jam. HEX triplet: AB, 20 and 5B. RGB value is (171,32,91). Sum of RGB (Red+Green+Blue) = 171+32+91=294 (38% of max value = 765). Red value is 171 (67.19% from 255 or 58.16% from 294); Green value is 32 (12.89% from 255 or 10.88% from 294); Blue value is 91 (35.94% from 255 or 30.95% from 294); Max value from RGB is 171 - color contains mainly: red. Hex color #AB205B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB205B is #54DFA4. Grayscale: #505050. Windows color (decimal): -5562277 or 5972139. OLE color: 5972139.

HSL color Cylindrical-coordinate representation of color #AB205B: hue angle of 334.53º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AB205B is Cyan = 0, Magento = 0.81, Yellow = 0.47 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 32 91 -
CMYK 0 0.81 0.47 0.33
HSL 334.53º 0.68% 0.4% -
HSV(B) 334.53º 0.81% 0.67% -
XYZ 19.2 10.45 10.9 -
YUV 80.29 134.05 192.7 -
System Red Green Blue C M Y K H S L
Decimal 171 32 91 0 0.81 0.47 0.33 334.53 0.68 0.4
Hex AB 20 5B 0 51 2F 21 14F 44 28
Octal 253 40 133 0 121 57 41 517 104 50
Binary 10101011 100000 1011011 0 1010001 101111 100001 101001111 1000100 101000

Color Harmonies of #AB205B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB205B

Black with #AB205B

Text Example


Text Example

White with #AB205B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB205B; }

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

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

background-color css

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

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

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

border-color css

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

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

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