Html Css Color HEX #A40665 Jazzberry Jam

📋 copy color: '#A40665'

red 164 ◦ green 6 ◦ blue 101

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

Shades of Jazzberry Jam #A40665

Tints of Jazzberry Jam #A40665

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.21%

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

R = 60.52%
G = 2.21%
B = 37.27%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.38

 K value IS 0.36

RGB Variations

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

Color information

#A40665 (or 0xA40665) is known color: Jazzberry Jam. HEX triplet: A4, 06 and 65. RGB value is (164,6,101). Sum of RGB (Red+Green+Blue) = 164+6+101=271 (35% of max value = 765). Red value is 164 (64.45% from 255 or 60.52% from 271); Green value is 6 (2.73% from 255 or 2.21% from 271); Blue value is 101 (39.84% from 255 or 37.27% from 271); Max value from RGB is 164 - color contains mainly: red. Hex color #A40665 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A40665 is #5BF99A. Grayscale: #3F3F3F. Windows color (decimal): -6027675 or 6620836. OLE color: 6620836.

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

Color convert

RGB 164 6 101 -
CMYK 0 0.96 0.38 0.36
HSL 323.92º 0.93% 0.33% -
HSV(B) 323.92º 0.96% 0.64% -
XYZ 17.72 8.96 13.11 -
YUV 64.07 148.85 199.28 -
System Red Green Blue C M Y K H S L
Decimal 164 6 101 0 0.96 0.38 0.36 323.92 0.93 0.33
Hex A4 6 65 0 60 26 24 144 5D 21
Octal 244 6 145 0 140 46 44 504 135 41
Binary 10100100 110 1100101 0 1100000 100110 100100 101000100 1011101 100001

Color Harmonies of #A40665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40665

Black with #A40665

Text Example


Text Example

White with #A40665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40665; }

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

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

background-color css

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

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

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

border-color css

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

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

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