Html Css Color HEX #AB205A Jazzberry Jam

📋 copy color: '#AB205A'

red 171 ◦ green 32 ◦ blue 90

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

Shades of Jazzberry Jam #AB205A

Tints of Jazzberry Jam #AB205A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 30.72%

R = 58.36%
G = 10.92%
B = 30.72%

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

#AB205A (or 0xAB205A) is known color: Jazzberry Jam. HEX triplet: AB, 20 and 5A. RGB value is (171,32,90). Sum of RGB (Red+Green+Blue) = 171+32+90=293 (38% of max value = 765). Red value is 171 (67.19% from 255 or 58.36% from 293); Green value is 32 (12.89% from 255 or 10.92% from 293); Blue value is 90 (35.55% from 255 or 30.72% from 293); Max value from RGB is 171 - color contains mainly: red. Hex color #AB205A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB205A is #54DFA5. Grayscale: #505050. Windows color (decimal): -5562278 or 5906603. OLE color: 5906603.

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

Color convert

RGB 171 32 90 -
CMYK 0 0.81 0.47 0.33
HSL 334.96º 0.68% 0.4% -
HSV(B) 334.96º 0.81% 0.67% -
XYZ 19.16 10.43 10.68 -
YUV 80.17 133.55 192.78 -
System Red Green Blue C M Y K H S L
Decimal 171 32 90 0 0.81 0.47 0.33 334.96 0.68 0.4
Hex AB 20 5A 0 51 2F 21 14F 44 28
Octal 253 40 132 0 121 57 41 517 104 50
Binary 10101011 100000 1011010 0 1010001 101111 100001 101001111 1000100 101000

Color Harmonies of #AB205A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB205A

Black with #AB205A

Text Example


Text Example

White with #AB205A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB205A; }

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

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

background-color css

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

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

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

border-color css

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

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

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