Html Css Color HEX #A40862 Jazzberry Jam

📋 copy color: '#A40862'

red 164 ◦ green 8 ◦ blue 98

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

Shades of Jazzberry Jam #A40862

Tints of Jazzberry Jam #A40862

RGB

 RED value IS 164 (64.45% from 255) = 60.74%

 GREEN value IS 8 (3.52% from 255) = 2.96%

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

R = 60.74%
G = 2.96%
B = 36.3%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.40

 K value IS 0.36

RGB Variations

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

Color information

#A40862 (or 0xA40862) is known color: Jazzberry Jam. HEX triplet: A4, 08 and 62. RGB value is (164,8,98). Sum of RGB (Red+Green+Blue) = 164+8+98=270 (35% of max value = 765). Red value is 164 (64.45% from 255 or 60.74% from 270); Green value is 8 (3.52% from 255 or 2.96% from 270); Blue value is 98 (38.67% from 255 or 36.30% from 270); Max value from RGB is 164 - color contains mainly: red. Hex color #A40862 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A40862 is #5BF79D. Grayscale: #404040. Windows color (decimal): -6027166 or 6424740. OLE color: 6424740.

HSL color Cylindrical-coordinate representation of color #A40862: hue angle of 325.38º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A40862 is Cyan = 0, Magento = 0.95, Yellow = 0.40 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 8 98 -
CMYK 0 0.95 0.40 0.36
HSL 325.38º 0.91% 0.34% -
HSV(B) 325.38º 0.95% 0.64% -
XYZ 17.6 8.95 12.35 -
YUV 64.9 146.68 198.68 -
System Red Green Blue C M Y K H S L
Decimal 164 8 98 0 0.95 0.40 0.36 325.38 0.91 0.34
Hex A4 8 62 0 5F 28 24 145 5B 22
Octal 244 10 142 0 137 50 44 505 133 42
Binary 10100100 1000 1100010 0 1011111 101000 100100 101000101 1011011 100010

Color Harmonies of #A40862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40862

Black with #A40862

Text Example


Text Example

White with #A40862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40862; }

 p { color: rgb(164,8,98); }

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

background-color css

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

 a { background-color: rgb(164,8,98); }

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

border-color css

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

 span { border-color: rgb(164,8,98); }

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