Html Css Color HEX #A40465 Jazzberry Jam

📋 copy color: '#A40465'

red 164 ◦ green 4 ◦ blue 101

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

Shades of Jazzberry Jam #A40465

Tints of Jazzberry Jam #A40465

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 37.55%

R = 60.97%
G = 1.49%
B = 37.55%

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

#A40465 (or 0xA40465) is known color: Jazzberry Jam. HEX triplet: A4, 04 and 65. RGB value is (164,4,101). Sum of RGB (Red+Green+Blue) = 164+4+101=269 (35% of max value = 765). Red value is 164 (64.45% from 255 or 60.97% from 269); Green value is 4 (1.95% from 255 or 1.49% from 269); Blue value is 101 (39.84% from 255 or 37.55% from 269); Max value from RGB is 164 - color contains mainly: red. Hex color #A40465 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A40465 is #5BFB9A. Grayscale: #3E3E3E. Windows color (decimal): -6028187 or 6620324. OLE color: 6620324.

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

Color convert

RGB 164 4 101 -
CMYK 0 0.98 0.38 0.36
HSL 323.63º 0.95% 0.33% -
HSV(B) 323.63º 0.98% 0.64% -
XYZ 17.7 8.92 13.1 -
YUV 62.9 149.51 200.11 -
System Red Green Blue C M Y K H S L
Decimal 164 4 101 0 0.98 0.38 0.36 323.63 0.95 0.33
Hex A4 4 65 0 62 26 24 144 5F 21
Octal 244 4 145 0 142 46 44 504 137 41
Binary 10100100 100 1100101 0 1100010 100110 100100 101000100 1011111 100001

Color Harmonies of #A40465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40465

Black with #A40465

Text Example


Text Example

White with #A40465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40465; }

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

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

background-color css

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

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

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

border-color css

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

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

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