Html Css Color HEX #A5216E Jazzberry Jam

📋 copy color: '#A5216E'

red 165 ◦ green 33 ◦ blue 110

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

Shades of Jazzberry Jam #A5216E

Tints of Jazzberry Jam #A5216E

RGB

 RED value IS 165 (64.84% from 255) = 53.57%

 GREEN value IS 33 (13.28% from 255) = 10.71%

 BLUE value IS 110 (43.36% from 255) = 35.71%

R = 53.57%
G = 10.71%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.33

 K value IS 0.35

RGB Variations

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

Color information

#A5216E (or 0xA5216E) is known color: Jazzberry Jam. HEX triplet: A5, 21 and 6E. RGB value is (165,33,110). Sum of RGB (Red+Green+Blue) = 165+33+110=308 (40% of max value = 765). Red value is 165 (64.84% from 255 or 53.57% from 308); Green value is 33 (13.28% from 255 or 10.71% from 308); Blue value is 110 (43.36% from 255 or 35.71% from 308); Max value from RGB is 165 - color contains mainly: red. Hex color #A5216E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5216E is #5ADE91. Grayscale: #515151. Windows color (decimal): -5955218 or 7217573. OLE color: 7217573.

HSL color Cylindrical-coordinate representation of color #A5216E: hue angle of 325º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A5216E is Cyan = 0, Magento = 0.8, Yellow = 0.33 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 33 110 -
CMYK 0 0.8 0.33 0.35
HSL 325º 0.67% 0.39% -
HSV(B) 325º 0.8% 0.65% -
XYZ 18.88 10.21 15.73 -
YUV 81.25 144.23 187.74 -
System Red Green Blue C M Y K H S L
Decimal 165 33 110 0 0.8 0.33 0.35 325 0.67 0.39
Hex A5 21 6E 0 50 21 23 145 43 27
Octal 245 41 156 0 120 41 43 505 103 47
Binary 10100101 100001 1101110 0 1010000 100001 100011 101000101 1000011 100111

Color Harmonies of #A5216E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5216E

Black with #A5216E

Text Example


Text Example

White with #A5216E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5216E; }

 p { color: rgb(165,33,110); }

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

background-color css

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

 a { background-color: rgb(165,33,110); }

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

border-color css

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

 span { border-color: rgb(165,33,110); }

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