Html Css Color HEX #A52163 Jazzberry Jam

📋 copy color: '#A52163'

red 165 ◦ green 33 ◦ blue 99

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

Shades of Jazzberry Jam #A52163

Tints of Jazzberry Jam #A52163

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 33.33%

R = 55.56%
G = 11.11%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.40

 K value IS 0.35

RGB Variations

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

Color information

#A52163 (or 0xA52163) is known color: Jazzberry Jam. HEX triplet: A5, 21 and 63. RGB value is (165,33,99). Sum of RGB (Red+Green+Blue) = 165+33+99=297 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.56% from 297); Green value is 33 (13.28% from 255 or 11.11% from 297); Blue value is 99 (39.06% from 255 or 33.33% from 297); Max value from RGB is 165 - color contains mainly: red. Hex color #A52163 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A52163 is #5ADE9C. Grayscale: #4F4F4F. Windows color (decimal): -5955229 or 6496677. OLE color: 6496677.

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

Color convert

RGB 165 33 99 -
CMYK 0 0.8 0.40 0.35
HSL 330º 0.67% 0.39% -
HSV(B) 330º 0.8% 0.65% -
XYZ 18.31 9.99 12.77 -
YUV 79.99 138.73 188.63 -
System Red Green Blue C M Y K H S L
Decimal 165 33 99 0 0.8 0.40 0.35 330 0.67 0.39
Hex A5 21 63 0 50 28 23 14A 43 27
Octal 245 41 143 0 120 50 43 512 103 47
Binary 10100101 100001 1100011 0 1010000 101000 100011 101001010 1000011 100111

Color Harmonies of #A52163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52163

Black with #A52163

Text Example


Text Example

White with #A52163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52163; }

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

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

background-color css

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

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

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

border-color css

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

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

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