Html Css Color HEX #A60462 Jazzberry Jam

📋 copy color: '#A60462'

red 166 ◦ green 4 ◦ blue 98

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

Shades of Jazzberry Jam #A60462

Tints of Jazzberry Jam #A60462

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.49%

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

R = 61.94%
G = 1.49%
B = 36.57%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.41

 K value IS 0.35

RGB Variations

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

Color information

#A60462 (or 0xA60462) is known color: Jazzberry Jam. HEX triplet: A6, 04 and 62. RGB value is (166,4,98). Sum of RGB (Red+Green+Blue) = 166+4+98=268 (35% of max value = 765). Red value is 166 (65.23% from 255 or 61.94% from 268); Green value is 4 (1.95% from 255 or 1.49% from 268); Blue value is 98 (38.67% from 255 or 36.57% from 268); Max value from RGB is 166 - color contains mainly: red. Hex color #A60462 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A60462 is #59FB9D. Grayscale: #3E3E3E. Windows color (decimal): -5897118 or 6423718. OLE color: 6423718.

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

Color convert

RGB 166 4 98 -
CMYK 0 0.98 0.41 0.35
HSL 325.19º 0.95% 0.33% -
HSV(B) 325.19º 0.98% 0.65% -
XYZ 17.97 9.08 12.36 -
YUV 63.15 147.67 201.36 -
System Red Green Blue C M Y K H S L
Decimal 166 4 98 0 0.98 0.41 0.35 325.19 0.95 0.33
Hex A6 4 62 0 62 29 23 145 5F 21
Octal 246 4 142 0 142 51 43 505 137 41
Binary 10100110 100 1100010 0 1100010 101001 100011 101000101 1011111 100001

Color Harmonies of #A60462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60462

Black with #A60462

Text Example


Text Example

White with #A60462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60462; }

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

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

background-color css

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

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

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

border-color css

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

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

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