Html Css Color HEX #A5206E Jazzberry Jam

📋 copy color: '#A5206E'

red 165 ◦ green 32 ◦ blue 110

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

Shades of Jazzberry Jam #A5206E

Tints of Jazzberry Jam #A5206E

RGB

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

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

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

R = 53.75%
G = 10.42%
B = 35.83%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.33

 K value IS 0.35

RGB Variations

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

Color information

#A5206E (or 0xA5206E) is known color: Jazzberry Jam. HEX triplet: A5, 20 and 6E. RGB value is (165,32,110). Sum of RGB (Red+Green+Blue) = 165+32+110=307 (40% of max value = 765). Red value is 165 (64.84% from 255 or 53.75% from 307); Green value is 32 (12.89% from 255 or 10.42% from 307); Blue value is 110 (43.36% from 255 or 35.83% from 307); Max value from RGB is 165 - color contains mainly: red. Hex color #A5206E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5206E is #5ADF91. Grayscale: #505050. Windows color (decimal): -5955474 or 7217317. OLE color: 7217317.

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

Color convert

RGB 165 32 110 -
CMYK 0 0.81 0.33 0.35
HSL 324.81º 0.68% 0.39% -
HSV(B) 324.81º 0.81% 0.65% -
XYZ 18.85 10.16 15.72 -
YUV 80.66 144.56 188.16 -
System Red Green Blue C M Y K H S L
Decimal 165 32 110 0 0.81 0.33 0.35 324.81 0.68 0.39
Hex A5 20 6E 0 51 21 23 145 44 27
Octal 245 40 156 0 121 41 43 505 104 47
Binary 10100101 100000 1101110 0 1010001 100001 100011 101000101 1000100 100111

Color Harmonies of #A5206E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5206E

Black with #A5206E

Text Example


Text Example

White with #A5206E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5206E; }

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

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

background-color css

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

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

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

border-color css

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

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

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