Html Css Color HEX #A5216B Jazzberry Jam

📋 copy color: '#A5216B'

red 165 ◦ green 33 ◦ blue 107

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

Shades of Jazzberry Jam #A5216B

Tints of Jazzberry Jam #A5216B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 35.08%

R = 54.1%
G = 10.82%
B = 35.08%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.35

 K value IS 0.35

RGB Variations

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

Color information

#A5216B (or 0xA5216B) is known color: Jazzberry Jam. HEX triplet: A5, 21 and 6B. RGB value is (165,33,107). Sum of RGB (Red+Green+Blue) = 165+33+107=305 (40% of max value = 765). Red value is 165 (64.84% from 255 or 54.10% from 305); Green value is 33 (13.28% from 255 or 10.82% from 305); Blue value is 107 (42.19% from 255 or 35.08% from 305); Max value from RGB is 165 - color contains mainly: red. Hex color #A5216B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5216B is #5ADE94. Grayscale: #505050. Windows color (decimal): -5955221 or 7020965. OLE color: 7020965.

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

Color convert

RGB 165 33 107 -
CMYK 0 0.8 0.35 0.35
HSL 326.36º 0.67% 0.39% -
HSV(B) 326.36º 0.8% 0.65% -
XYZ 18.71 10.15 14.88 -
YUV 80.9 142.73 187.98 -
System Red Green Blue C M Y K H S L
Decimal 165 33 107 0 0.8 0.35 0.35 326.36 0.67 0.39
Hex A5 21 6B 0 50 23 23 146 43 27
Octal 245 41 153 0 120 43 43 506 103 47
Binary 10100101 100001 1101011 0 1010000 100011 100011 101000110 1000011 100111

Color Harmonies of #A5216B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5216B

Black with #A5216B

Text Example


Text Example

White with #A5216B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5216B; }

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

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

background-color css

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

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

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

border-color css

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

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

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