Html Css Color HEX #A52466 Jazzberry Jam

📋 copy color: '#A52466'

red 165 ◦ green 36 ◦ blue 102

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

Shades of Jazzberry Jam #A52466

Tints of Jazzberry Jam #A52466

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.88%

 BLUE value IS 102 (40.23% from 255) = 33.66%

R = 54.46%
G = 11.88%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.38

 K value IS 0.35

RGB Variations

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

Color information

#A52466 (or 0xA52466) is known color: Jazzberry Jam. HEX triplet: A5, 24 and 66. RGB value is (165,36,102). Sum of RGB (Red+Green+Blue) = 165+36+102=303 (40% of max value = 765). Red value is 165 (64.84% from 255 or 54.46% from 303); Green value is 36 (14.45% from 255 or 11.88% from 303); Blue value is 102 (40.23% from 255 or 33.66% from 303); Max value from RGB is 165 - color contains mainly: red. Hex color #A52466 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A52466 is #5ADB99. Grayscale: #515151. Windows color (decimal): -5954458 or 6694053. OLE color: 6694053.

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

Color convert

RGB 165 36 102 -
CMYK 0 0.78 0.38 0.35
HSL 329.3º 0.64% 0.39% -
HSV(B) 329.3º 0.78% 0.65% -
XYZ 18.55 10.22 13.57 -
YUV 82.1 139.24 187.13 -
System Red Green Blue C M Y K H S L
Decimal 165 36 102 0 0.78 0.38 0.35 329.3 0.64 0.39
Hex A5 24 66 0 4E 26 23 149 40 27
Octal 245 44 146 0 116 46 43 511 100 47
Binary 10100101 100100 1100110 0 1001110 100110 100011 101001001 1000000 100111

Color Harmonies of #A52466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52466

Black with #A52466

Text Example


Text Example

White with #A52466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52466; }

 p { color: rgb(165,36,102); }

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

background-color css

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

 a { background-color: rgb(165,36,102); }

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

border-color css

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

 span { border-color: rgb(165,36,102); }

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