Html Css Color HEX #AB205E Jazzberry Jam

📋 copy color: '#AB205E'

red 171 ◦ green 32 ◦ blue 94

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

Shades of Jazzberry Jam #AB205E

Tints of Jazzberry Jam #AB205E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 31.65%

R = 57.58%
G = 10.77%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#AB205E (or 0xAB205E) is known color: Jazzberry Jam. HEX triplet: AB, 20 and 5E. RGB value is (171,32,94). Sum of RGB (Red+Green+Blue) = 171+32+94=297 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.58% from 297); Green value is 32 (12.89% from 255 or 10.77% from 297); Blue value is 94 (37.11% from 255 or 31.65% from 297); Max value from RGB is 171 - color contains mainly: red. Hex color #AB205E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB205E is #54DFA1. Grayscale: #505050. Windows color (decimal): -5562274 or 6168747. OLE color: 6168747.

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

Color convert

RGB 171 32 94 -
CMYK 0 0.81 0.45 0.33
HSL 333.24º 0.68% 0.4% -
HSV(B) 333.24º 0.81% 0.67% -
XYZ 19.33 10.5 11.6 -
YUV 80.63 135.55 192.46 -
System Red Green Blue C M Y K H S L
Decimal 171 32 94 0 0.81 0.45 0.33 333.24 0.68 0.4
Hex AB 20 5E 0 51 2D 21 14D 44 28
Octal 253 40 136 0 121 55 41 515 104 50
Binary 10101011 100000 1011110 0 1010001 101101 100001 101001101 1000100 101000

Color Harmonies of #AB205E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB205E

Black with #AB205E

Text Example


Text Example

White with #AB205E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB205E; }

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

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

background-color css

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

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

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

border-color css

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

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

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