Html Css Color HEX #A40258 Jazzberry Jam

📋 copy color: '#A40258'

red 164 ◦ green 2 ◦ blue 88

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

Shades of Jazzberry Jam #A40258

Tints of Jazzberry Jam #A40258

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.79%

 BLUE value IS 88 (34.77% from 255) = 34.65%

R = 64.57%
G = 0.79%
B = 34.65%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.46

 K value IS 0.36

RGB Variations

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

Color information

#A40258 (or 0xA40258) is known color: Jazzberry Jam. HEX triplet: A4, 02 and 58. RGB value is (164,2,88). Sum of RGB (Red+Green+Blue) = 164+2+88=254 (33% of max value = 765). Red value is 164 (64.45% from 255 or 64.57% from 254); Green value is 2 (1.17% from 255 or 0.79% from 254); Blue value is 88 (34.77% from 255 or 34.65% from 254); Max value from RGB is 164 - color contains mainly: red. Hex color #A40258 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A40258 is #5BFDA7. Grayscale: #3C3C3C. Windows color (decimal): -6028712 or 5767844. OLE color: 5767844.

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

Color convert

RGB 164 2 88 -
CMYK 0 0.99 0.46 0.36
HSL 328.15º 0.98% 0.33% -
HSV(B) 328.15º 0.99% 0.64% -
XYZ 17.09 8.64 10 -
YUV 60.24 143.67 202.01 -
System Red Green Blue C M Y K H S L
Decimal 164 2 88 0 0.99 0.46 0.36 328.15 0.98 0.33
Hex A4 2 58 0 63 2E 24 148 62 21
Octal 244 2 130 0 143 56 44 510 142 41
Binary 10100100 10 1011000 0 1100011 101110 100100 101001000 1100010 100001

Color Harmonies of #A40258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40258

Black with #A40258

Text Example


Text Example

White with #A40258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40258; }

 p { color: rgb(164,2,88); }

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

background-color css

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

 a { background-color: rgb(164,2,88); }

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

border-color css

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

 span { border-color: rgb(164,2,88); }

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