Html Css Color HEX #A62065 Jazzberry Jam

📋 copy color: '#A62065'

red 166 ◦ green 32 ◦ blue 101

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

Shades of Jazzberry Jam #A62065

Tints of Jazzberry Jam #A62065

RGB

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

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

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

R = 55.52%
G = 10.7%
B = 33.78%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.39

 K value IS 0.35

RGB Variations

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

Color information

#A62065 (or 0xA62065) is known color: Jazzberry Jam. HEX triplet: A6, 20 and 65. RGB value is (166,32,101). Sum of RGB (Red+Green+Blue) = 166+32+101=299 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.52% from 299); Green value is 32 (12.89% from 255 or 10.70% from 299); Blue value is 101 (39.84% from 255 or 33.78% from 299); Max value from RGB is 166 - color contains mainly: red. Hex color #A62065 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A62065 is #59DF9A. Grayscale: #4F4F4F. Windows color (decimal): -5889947 or 6627494. OLE color: 6627494.

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

Color convert

RGB 166 32 101 -
CMYK 0 0.81 0.39 0.35
HSL 329.1º 0.68% 0.39% -
HSV(B) 329.1º 0.81% 0.65% -
XYZ 18.59 10.08 13.28 -
YUV 79.93 139.89 189.39 -
System Red Green Blue C M Y K H S L
Decimal 166 32 101 0 0.81 0.39 0.35 329.1 0.68 0.39
Hex A6 20 65 0 51 27 23 149 44 27
Octal 246 40 145 0 121 47 43 511 104 47
Binary 10100110 100000 1100101 0 1010001 100111 100011 101001001 1000100 100111

Color Harmonies of #A62065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62065

Black with #A62065

Text Example


Text Example

White with #A62065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62065; }

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

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

background-color css

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

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

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

border-color css

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

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

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