Html Css Color HEX #A52166 Jazzberry Jam

📋 copy color: '#A52166'

red 165 ◦ green 33 ◦ blue 102

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

Shades of Jazzberry Jam #A52166

Tints of Jazzberry Jam #A52166

RGB

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

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

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

R = 55%
G = 11%
B = 34%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.38

 K value IS 0.35

RGB Variations

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

Color information

#A52166 (or 0xA52166) is known color: Jazzberry Jam. HEX triplet: A5, 21 and 66. RGB value is (165,33,102). Sum of RGB (Red+Green+Blue) = 165+33+102=300 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55% from 300); Green value is 33 (13.28% from 255 or 11% from 300); Blue value is 102 (40.23% from 255 or 34% from 300); Max value from RGB is 165 - color contains mainly: red. Hex color #A52166 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A52166 is #5ADE99. Grayscale: #505050. Windows color (decimal): -5955226 or 6693285. OLE color: 6693285.

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

Color convert

RGB 165 33 102 -
CMYK 0 0.8 0.38 0.35
HSL 328.64º 0.67% 0.39% -
HSV(B) 328.64º 0.8% 0.65% -
XYZ 18.46 10.05 13.54 -
YUV 80.33 140.23 188.39 -
System Red Green Blue C M Y K H S L
Decimal 165 33 102 0 0.8 0.38 0.35 328.64 0.67 0.39
Hex A5 21 66 0 50 26 23 149 43 27
Octal 245 41 146 0 120 46 43 511 103 47
Binary 10100101 100001 1100110 0 1010000 100110 100011 101001001 1000011 100111

Color Harmonies of #A52166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52166

Black with #A52166

Text Example


Text Example

White with #A52166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52166; }

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

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

background-color css

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

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

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

border-color css

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

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

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