Html Css Color HEX #A5226D Jazzberry Jam

📋 copy color: '#A5226D'

red 165 ◦ green 34 ◦ blue 109

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

Shades of Jazzberry Jam #A5226D

Tints of Jazzberry Jam #A5226D

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.04%

 BLUE value IS 109 (42.97% from 255) = 35.39%

R = 53.57%
G = 11.04%
B = 35.39%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.34

 K value IS 0.35

RGB Variations

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

Color information

#A5226D (or 0xA5226D) is known color: Jazzberry Jam. HEX triplet: A5, 22 and 6D. RGB value is (165,34,109). Sum of RGB (Red+Green+Blue) = 165+34+109=308 (40% of max value = 765). Red value is 165 (64.84% from 255 or 53.57% from 308); Green value is 34 (13.67% from 255 or 11.04% from 308); Blue value is 109 (42.97% from 255 or 35.39% from 308); Max value from RGB is 165 - color contains mainly: red. Hex color #A5226D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5226D is #5ADD92. Grayscale: #515151. Windows color (decimal): -5954963 or 7152293. OLE color: 7152293.

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

Color convert

RGB 165 34 109 -
CMYK 0 0.79 0.34 0.35
HSL 325.65º 0.66% 0.39% -
HSV(B) 325.65º 0.79% 0.65% -
XYZ 18.85 10.25 15.45 -
YUV 81.72 143.4 187.4 -
System Red Green Blue C M Y K H S L
Decimal 165 34 109 0 0.79 0.34 0.35 325.65 0.66 0.39
Hex A5 22 6D 0 4F 22 23 146 42 27
Octal 245 42 155 0 117 42 43 506 102 47
Binary 10100101 100010 1101101 0 1001111 100010 100011 101000110 1000010 100111

Color Harmonies of #A5226D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5226D

Black with #A5226D

Text Example


Text Example

White with #A5226D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5226D; }

 p { color: rgb(165,34,109); }

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

background-color css

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

 a { background-color: rgb(165,34,109); }

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

border-color css

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

 span { border-color: rgb(165,34,109); }

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