Html Css Color HEX #A40466 Jazzberry Jam

📋 copy color: '#A40466'

red 164 ◦ green 4 ◦ blue 102

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

Shades of Jazzberry Jam #A40466

Tints of Jazzberry Jam #A40466

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 37.78%

R = 60.74%
G = 1.48%
B = 37.78%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.38

 K value IS 0.36

RGB Variations

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

Color information

#A40466 (or 0xA40466) is known color: Jazzberry Jam. HEX triplet: A4, 04 and 66. RGB value is (164,4,102). Sum of RGB (Red+Green+Blue) = 164+4+102=270 (35% of max value = 765). Red value is 164 (64.45% from 255 or 60.74% from 270); Green value is 4 (1.95% from 255 or 1.48% from 270); Blue value is 102 (40.23% from 255 or 37.78% from 270); Max value from RGB is 164 - color contains mainly: red. Hex color #A40466 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A40466 is #5BFB99. Grayscale: #3E3E3E. Windows color (decimal): -6028186 or 6685860. OLE color: 6685860.

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

Color convert

RGB 164 4 102 -
CMYK 0 0.98 0.38 0.36
HSL 323.25º 0.95% 0.33% -
HSV(B) 323.25º 0.98% 0.64% -
XYZ 17.75 8.94 13.36 -
YUV 63.01 150.01 200.03 -
System Red Green Blue C M Y K H S L
Decimal 164 4 102 0 0.98 0.38 0.36 323.25 0.95 0.33
Hex A4 4 66 0 62 26 24 143 5F 21
Octal 244 4 146 0 142 46 44 503 137 41
Binary 10100100 100 1100110 0 1100010 100110 100100 101000011 1011111 100001

Color Harmonies of #A40466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40466

Black with #A40466

Text Example


Text Example

White with #A40466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40466; }

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

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

background-color css

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

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

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

border-color css

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

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

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