Html Css Color HEX #A40264 Jazzberry Jam

📋 copy color: '#A40264'

red 164 ◦ green 2 ◦ blue 100

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

Shades of Jazzberry Jam #A40264

Tints of Jazzberry Jam #A40264

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 37.59%

R = 61.65%
G = 0.75%
B = 37.59%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.39

 K value IS 0.36

RGB Variations

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

Color information

#A40264 (or 0xA40264) is known color: Jazzberry Jam. HEX triplet: A4, 02 and 64. RGB value is (164,2,100). Sum of RGB (Red+Green+Blue) = 164+2+100=266 (35% of max value = 765). Red value is 164 (64.45% from 255 or 61.65% from 266); Green value is 2 (1.17% from 255 or 0.75% from 266); Blue value is 100 (39.45% from 255 or 37.59% from 266); Max value from RGB is 164 - color contains mainly: red. Hex color #A40264 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A40264 is #5BFD9B. Grayscale: #3D3D3D. Windows color (decimal): -6028700 or 6554276. OLE color: 6554276.

HSL color Cylindrical-coordinate representation of color #A40264: hue angle of 323.7º 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 #A40264 is Cyan = 0, Magento = 0.99, Yellow = 0.39 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 2 100 -
CMYK 0 0.99 0.39 0.36
HSL 323.7º 0.98% 0.33% -
HSV(B) 323.7º 0.99% 0.64% -
XYZ 17.63 8.86 12.84 -
YUV 61.61 149.67 201.03 -
System Red Green Blue C M Y K H S L
Decimal 164 2 100 0 0.99 0.39 0.36 323.7 0.98 0.33
Hex A4 2 64 0 63 27 24 144 62 21
Octal 244 2 144 0 143 47 44 504 142 41
Binary 10100100 10 1100100 0 1100011 100111 100100 101000100 1100010 100001

Color Harmonies of #A40264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40264

Black with #A40264

Text Example


Text Example

White with #A40264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40264; }

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

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

background-color css

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

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

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

border-color css

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

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

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