Html Css Color HEX #A40462 Jazzberry Jam

📋 copy color: '#A40462'

red 164 ◦ green 4 ◦ blue 98

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

Shades of Jazzberry Jam #A40462

Tints of Jazzberry Jam #A40462

RGB

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

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

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

R = 61.65%
G = 1.5%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.40

 K value IS 0.36

RGB Variations

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

Color information

#A40462 (or 0xA40462) is known color: Jazzberry Jam. HEX triplet: A4, 04 and 62. RGB value is (164,4,98). Sum of RGB (Red+Green+Blue) = 164+4+98=266 (35% of max value = 765). Red value is 164 (64.45% from 255 or 61.65% from 266); Green value is 4 (1.95% from 255 or 1.50% from 266); Blue value is 98 (38.67% from 255 or 36.84% from 266); Max value from RGB is 164 - color contains mainly: red. Hex color #A40462 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A40462 is #5BFB9D. Grayscale: #3E3E3E. Windows color (decimal): -6028190 or 6423716. OLE color: 6423716.

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

Color convert

RGB 164 4 98 -
CMYK 0 0.98 0.40 0.36
HSL 324.75º 0.95% 0.33% -
HSV(B) 324.75º 0.98% 0.64% -
XYZ 17.56 8.86 12.34 -
YUV 62.56 148.01 200.36 -
System Red Green Blue C M Y K H S L
Decimal 164 4 98 0 0.98 0.40 0.36 324.75 0.95 0.33
Hex A4 4 62 0 62 28 24 145 5F 21
Octal 244 4 142 0 142 50 44 505 137 41
Binary 10100100 100 1100010 0 1100010 101000 100100 101000101 1011111 100001

Color Harmonies of #A40462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40462

Black with #A40462

Text Example


Text Example

White with #A40462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40462; }

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

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

background-color css

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

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

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

border-color css

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

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

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