Html Css Color HEX #A52066 Jazzberry Jam

📋 copy color: '#A52066'

red 165 ◦ green 32 ◦ blue 102

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

Shades of Jazzberry Jam #A52066

Tints of Jazzberry Jam #A52066

RGB

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

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

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

R = 55.18%
G = 10.7%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.38

 K value IS 0.35

RGB Variations

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

Color information

#A52066 (or 0xA52066) is known color: Jazzberry Jam. HEX triplet: A5, 20 and 66. RGB value is (165,32,102). Sum of RGB (Red+Green+Blue) = 165+32+102=299 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.18% from 299); Green value is 32 (12.89% from 255 or 10.70% from 299); Blue value is 102 (40.23% from 255 or 34.11% from 299); Max value from RGB is 165 - color contains mainly: red. Hex color #A52066 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A52066 is #5ADF99. Grayscale: #4F4F4F. Windows color (decimal): -5955482 or 6693029. OLE color: 6693029.

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

Color convert

RGB 165 32 102 -
CMYK 0 0.81 0.38 0.35
HSL 328.42º 0.68% 0.39% -
HSV(B) 328.42º 0.81% 0.65% -
XYZ 18.43 9.99 13.53 -
YUV 79.75 140.56 188.81 -
System Red Green Blue C M Y K H S L
Decimal 165 32 102 0 0.81 0.38 0.35 328.42 0.68 0.39
Hex A5 20 66 0 51 26 23 148 44 27
Octal 245 40 146 0 121 46 43 510 104 47
Binary 10100101 100000 1100110 0 1010001 100110 100011 101001000 1000100 100111

Color Harmonies of #A52066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52066

Black with #A52066

Text Example


Text Example

White with #A52066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52066; }

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

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

background-color css

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

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

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

border-color css

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

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

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