Html Css Color HEX #A62364 Jazzberry Jam

📋 copy color: '#A62364'

red 166 ◦ green 35 ◦ blue 100

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

Shades of Jazzberry Jam #A62364

Tints of Jazzberry Jam #A62364

RGB

 RED value IS 166 (65.23% from 255) = 55.15%

 GREEN value IS 35 (14.06% from 255) = 11.63%

 BLUE value IS 100 (39.45% from 255) = 33.22%

R = 55.15%
G = 11.63%
B = 33.22%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.40

 K value IS 0.35

RGB Variations

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

Color information

#A62364 (or 0xA62364) is known color: Jazzberry Jam. HEX triplet: A6, 23 and 64. RGB value is (166,35,100). Sum of RGB (Red+Green+Blue) = 166+35+100=301 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.15% from 301); Green value is 35 (14.06% from 255 or 11.63% from 301); Blue value is 100 (39.45% from 255 or 33.22% from 301); Max value from RGB is 166 - color contains mainly: red. Hex color #A62364 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A62364 is #59DC9B. Grayscale: #515151. Windows color (decimal): -5889180 or 6562726. OLE color: 6562726.

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

Color convert

RGB 166 35 100 -
CMYK 0 0.79 0.40 0.35
HSL 330.23º 0.65% 0.39% -
HSV(B) 330.23º 0.79% 0.65% -
XYZ 18.63 10.23 13.05 -
YUV 81.58 138.4 188.21 -
System Red Green Blue C M Y K H S L
Decimal 166 35 100 0 0.79 0.40 0.35 330.23 0.65 0.39
Hex A6 23 64 0 4F 28 23 14A 41 27
Octal 246 43 144 0 117 50 43 512 101 47
Binary 10100110 100011 1100100 0 1001111 101000 100011 101001010 1000001 100111

Color Harmonies of #A62364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62364

Black with #A62364

Text Example


Text Example

White with #A62364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62364; }

 p { color: rgb(166,35,100); }

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

background-color css

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

 a { background-color: rgb(166,35,100); }

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

border-color css

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

 span { border-color: rgb(166,35,100); }

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