Html Css Color HEX #A40865 Jazzberry Jam

📋 copy color: '#A40865'

red 164 ◦ green 8 ◦ blue 101

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

Shades of Jazzberry Jam #A40865

Tints of Jazzberry Jam #A40865

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.93%

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

R = 60.07%
G = 2.93%
B = 37%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.38

 K value IS 0.36

RGB Variations

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

Color information

#A40865 (or 0xA40865) is known color: Jazzberry Jam. HEX triplet: A4, 08 and 65. RGB value is (164,8,101). Sum of RGB (Red+Green+Blue) = 164+8+101=273 (36% of max value = 765). Red value is 164 (64.45% from 255 or 60.07% from 273); Green value is 8 (3.52% from 255 or 2.93% from 273); Blue value is 101 (39.84% from 255 or 37.00% from 273); Max value from RGB is 164 - color contains mainly: red. Hex color #A40865 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A40865 is #5BF79A. Grayscale: #414141. Windows color (decimal): -6027163 or 6621348. OLE color: 6621348.

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

Color convert

RGB 164 8 101 -
CMYK 0 0.95 0.38 0.36
HSL 324.23º 0.91% 0.34% -
HSV(B) 324.23º 0.95% 0.64% -
XYZ 17.75 9.01 13.11 -
YUV 65.25 148.18 198.44 -
System Red Green Blue C M Y K H S L
Decimal 164 8 101 0 0.95 0.38 0.36 324.23 0.91 0.34
Hex A4 8 65 0 5F 26 24 144 5B 22
Octal 244 10 145 0 137 46 44 504 133 42
Binary 10100100 1000 1100101 0 1011111 100110 100100 101000100 1011011 100010

Color Harmonies of #A40865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40865

Black with #A40865

Text Example


Text Example

White with #A40865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40865; }

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

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

background-color css

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

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

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

border-color css

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

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

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