Html Css Color HEX #A52269 Jazzberry Jam

📋 copy color: '#A52269'

red 165 ◦ green 34 ◦ blue 105

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

Shades of Jazzberry Jam #A52269

Tints of Jazzberry Jam #A52269

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 34.54%

R = 54.28%
G = 11.18%
B = 34.54%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.36

 K value IS 0.35

RGB Variations

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

Color information

#A52269 (or 0xA52269) is known color: Jazzberry Jam. HEX triplet: A5, 22 and 69. RGB value is (165,34,105). Sum of RGB (Red+Green+Blue) = 165+34+105=304 (40% of max value = 765). Red value is 165 (64.84% from 255 or 54.28% from 304); Green value is 34 (13.67% from 255 or 11.18% from 304); Blue value is 105 (41.41% from 255 or 34.54% from 304); Max value from RGB is 165 - color contains mainly: red. Hex color #A52269 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A52269 is #5ADD96. Grayscale: #515151. Windows color (decimal): -5954967 or 6890149. OLE color: 6890149.

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

Color convert

RGB 165 34 105 -
CMYK 0 0.79 0.36 0.35
HSL 327.48º 0.66% 0.39% -
HSV(B) 327.48º 0.79% 0.65% -
XYZ 18.64 10.16 14.34 -
YUV 81.26 141.4 187.73 -
System Red Green Blue C M Y K H S L
Decimal 165 34 105 0 0.79 0.36 0.35 327.48 0.66 0.39
Hex A5 22 69 0 4F 24 23 147 42 27
Octal 245 42 151 0 117 44 43 507 102 47
Binary 10100101 100010 1101001 0 1001111 100100 100011 101000111 1000010 100111

Color Harmonies of #A52269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52269

Black with #A52269

Text Example


Text Example

White with #A52269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52269; }

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

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

background-color css

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

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

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

border-color css

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

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

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