Html Css Color HEX #A60162 Jazzberry Jam

📋 copy color: '#A60162'

red 166 ◦ green 1 ◦ blue 98

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

Shades of Jazzberry Jam #A60162

Tints of Jazzberry Jam #A60162

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.38%

 BLUE value IS 98 (38.67% from 255) = 36.98%

R = 62.64%
G = 0.38%
B = 36.98%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.41

 K value IS 0.35

RGB Variations

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

Color information

#A60162 (or 0xA60162) is known color: Jazzberry Jam. HEX triplet: A6, 01 and 62. RGB value is (166,1,98). Sum of RGB (Red+Green+Blue) = 166+1+98=265 (35% of max value = 765). Red value is 166 (65.23% from 255 or 62.64% from 265); Green value is 1 (0.78% from 255 or 0.38% from 265); Blue value is 98 (38.67% from 255 or 36.98% from 265); Max value from RGB is 166 - color contains mainly: red. Hex color #A60162 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A60162 is #59FE9D. Grayscale: #3D3D3D. Windows color (decimal): -5897886 or 6422950. OLE color: 6422950.

HSL color Cylindrical-coordinate representation of color #A60162: hue angle of 324.73º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A60162 is Cyan = 0, Magento = 0.99, Yellow = 0.41 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 1 98 -
CMYK 0 0.99 0.41 0.35
HSL 324.73º 0.99% 0.33% -
HSV(B) 324.73º 0.99% 0.65% -
XYZ 17.94 9.01 12.35 -
YUV 61.39 148.66 202.61 -
System Red Green Blue C M Y K H S L
Decimal 166 1 98 0 0.99 0.41 0.35 324.73 0.99 0.33
Hex A6 1 62 0 63 29 23 145 63 21
Octal 246 1 142 0 143 51 43 505 143 41
Binary 10100110 1 1100010 0 1100011 101001 100011 101000101 1100011 100001

Color Harmonies of #A60162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60162

Black with #A60162

Text Example


Text Example

White with #A60162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60162; }

 p { color: rgb(166,1,98); }

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

background-color css

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

 a { background-color: rgb(166,1,98); }

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

border-color css

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

 span { border-color: rgb(166,1,98); }

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