Html Css Color HEX #A40062 Jazzberry Jam

📋 copy color: '#A40062'

red 164 ◦ green 0 ◦ blue 98

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

Shades of Jazzberry Jam #A40062

Tints of Jazzberry Jam #A40062

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 62.6%
G = 0%
B = 37.4%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.40

 K value IS 0.36

RGB Variations

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

Color information

#A40062 (or 0xA40062) is known color: Jazzberry Jam. HEX triplet: A4, 00 and 62. RGB value is (164,0,98). Sum of RGB (Red+Green+Blue) = 164+0+98=262 (34% of max value = 765). Red value is 164 (64.45% from 255 or 62.60% from 262); Green value is 0 (0.39% from 255 or 0% from 262); Blue value is 98 (38.67% from 255 or 37.40% from 262); Max value from RGB is 164 - color contains mainly: red. Hex color #A40062 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A40062 is #5BFF9D. Grayscale: #3B3B3B. Windows color (decimal): -6029214 or 6422692. OLE color: 6422692.

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

Color convert

RGB 164 0 98 -
CMYK 0 1 0.40 0.36
HSL 324.15º 1% 0.32% -
HSV(B) 324.15º 1% 0.64% -
XYZ 17.51 8.77 12.33 -
YUV 60.21 149.33 202.03 -
System Red Green Blue C M Y K H S L
Decimal 164 0 98 0 1 0.40 0.36 324.15 1 0.32
Hex A4 0 62 0 64 28 24 144 64 20
Octal 244 0 142 0 144 50 44 504 144 40
Binary 10100100 0 1100010 0 1100100 101000 100100 101000100 1100100 100000

Color Harmonies of #A40062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40062

Black with #A40062

Text Example


Text Example

White with #A40062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40062; }

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

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

background-color css

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

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

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

border-color css

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

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

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