Html Css Color HEX #A5216F Jazzberry Jam

📋 copy color: '#A5216F'

red 165 ◦ green 33 ◦ blue 111

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

Shades of Jazzberry Jam #A5216F

Tints of Jazzberry Jam #A5216F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 35.92%

R = 53.4%
G = 10.68%
B = 35.92%

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

#A5216F (or 0xA5216F) is known color: Jazzberry Jam. HEX triplet: A5, 21 and 6F. RGB value is (165,33,111). Sum of RGB (Red+Green+Blue) = 165+33+111=309 (40% of max value = 765). Red value is 165 (64.84% from 255 or 53.40% from 309); Green value is 33 (13.28% from 255 or 10.68% from 309); Blue value is 111 (43.75% from 255 or 35.92% from 309); Max value from RGB is 165 - color contains mainly: red. Hex color #A5216F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5216F is #5ADE90. Grayscale: #515151. Windows color (decimal): -5955217 or 7283109. OLE color: 7283109.

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

Color convert

RGB 165 33 111 -
CMYK 0 0.8 0.33 0.35
HSL 324.55º 0.67% 0.39% -
HSV(B) 324.55º 0.8% 0.65% -
XYZ 18.93 10.23 16.02 -
YUV 81.36 144.73 187.66 -
System Red Green Blue C M Y K H S L
Decimal 165 33 111 0 0.8 0.33 0.35 324.55 0.67 0.39
Hex A5 21 6F 0 50 21 23 145 43 27
Octal 245 41 157 0 120 41 43 505 103 47
Binary 10100101 100001 1101111 0 1010000 100001 100011 101000101 1000011 100111

Color Harmonies of #A5216F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5216F

Black with #A5216F

Text Example


Text Example

White with #A5216F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5216F; }

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

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

background-color css

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

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

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

border-color css

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

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

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