Html Css Color HEX #A62365 Jazzberry Jam

📋 copy color: '#A62365'

red 166 ◦ green 35 ◦ blue 101

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

Shades of Jazzberry Jam #A62365

Tints of Jazzberry Jam #A62365

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 33.44%

R = 54.97%
G = 11.59%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.39

 K value IS 0.35

RGB Variations

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

Color information

#A62365 (or 0xA62365) is known color: Jazzberry Jam. HEX triplet: A6, 23 and 65. RGB value is (166,35,101). Sum of RGB (Red+Green+Blue) = 166+35+101=302 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.97% from 302); Green value is 35 (14.06% from 255 or 11.59% from 302); Blue value is 101 (39.84% from 255 or 33.44% from 302); Max value from RGB is 166 - color contains mainly: red. Hex color #A62365 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A62365 is #59DC9A. Grayscale: #515151. Windows color (decimal): -5889179 or 6628262. OLE color: 6628262.

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

Color convert

RGB 166 35 101 -
CMYK 0 0.79 0.39 0.35
HSL 329.77º 0.65% 0.39% -
HSV(B) 329.77º 0.79% 0.65% -
XYZ 18.68 10.25 13.31 -
YUV 81.69 138.9 188.13 -
System Red Green Blue C M Y K H S L
Decimal 166 35 101 0 0.79 0.39 0.35 329.77 0.65 0.39
Hex A6 23 65 0 4F 27 23 14A 41 27
Octal 246 43 145 0 117 47 43 512 101 47
Binary 10100110 100011 1100101 0 1001111 100111 100011 101001010 1000001 100111

Color Harmonies of #A62365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62365

Black with #A62365

Text Example


Text Example

White with #A62365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62365; }

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

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

background-color css

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

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

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

border-color css

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

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

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