Html Css Color HEX #A41E62 Jazzberry Jam

📋 copy color: '#A41E62'

red 164 ◦ green 30 ◦ blue 98

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

Shades of Jazzberry Jam #A41E62

Tints of Jazzberry Jam #A41E62

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.27%

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

R = 56.16%
G = 10.27%
B = 33.56%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.40

 K value IS 0.36

RGB Variations

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

Color information

#A41E62 (or 0xA41E62) is known color: Jazzberry Jam. HEX triplet: A4, 1E and 62. RGB value is (164,30,98). Sum of RGB (Red+Green+Blue) = 164+30+98=292 (38% of max value = 765). Red value is 164 (64.45% from 255 or 56.16% from 292); Green value is 30 (12.11% from 255 or 10.27% from 292); Blue value is 98 (38.67% from 255 or 33.56% from 292); Max value from RGB is 164 - color contains mainly: red. Hex color #A41E62 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A41E62 is #5BE19D. Grayscale: #4D4D4D. Windows color (decimal): -6021534 or 6430372. OLE color: 6430372.

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

Color convert

RGB 164 30 98 -
CMYK 0 0.82 0.40 0.36
HSL 329.55º 0.69% 0.38% -
HSV(B) 329.55º 0.82% 0.64% -
XYZ 17.98 9.7 12.48 -
YUV 77.82 139.39 189.47 -
System Red Green Blue C M Y K H S L
Decimal 164 30 98 0 0.82 0.40 0.36 329.55 0.69 0.38
Hex A4 1E 62 0 52 28 24 14A 45 26
Octal 244 36 142 0 122 50 44 512 105 46
Binary 10100100 11110 1100010 0 1010010 101000 100100 101001010 1000101 100110

Color Harmonies of #A41E62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41E62

Black with #A41E62

Text Example


Text Example

White with #A41E62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41E62; }

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

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

background-color css

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

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

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

border-color css

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

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

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