Html Css Color HEX #A40867 Jazzberry Jam

📋 copy color: '#A40867'

red 164 ◦ green 8 ◦ blue 103

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

Shades of Jazzberry Jam #A40867

Tints of Jazzberry Jam #A40867

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 37.45%

R = 59.64%
G = 2.91%
B = 37.45%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.37

 K value IS 0.36

RGB Variations

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

Color information

#A40867 (or 0xA40867) is known color: Jazzberry Jam. HEX triplet: A4, 08 and 67. RGB value is (164,8,103). Sum of RGB (Red+Green+Blue) = 164+8+103=275 (36% of max value = 765). Red value is 164 (64.45% from 255 or 59.64% from 275); Green value is 8 (3.52% from 255 or 2.91% from 275); Blue value is 103 (40.62% from 255 or 37.45% from 275); Max value from RGB is 164 - color contains mainly: red. Hex color #A40867 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A40867 is #5BF798. Grayscale: #414141. Windows color (decimal): -6027161 or 6752420. OLE color: 6752420.

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

Color convert

RGB 164 8 103 -
CMYK 0 0.95 0.37 0.36
HSL 323.46º 0.91% 0.34% -
HSV(B) 323.46º 0.95% 0.64% -
XYZ 17.84 9.05 13.64 -
YUV 65.47 149.18 198.28 -
System Red Green Blue C M Y K H S L
Decimal 164 8 103 0 0.95 0.37 0.36 323.46 0.91 0.34
Hex A4 8 67 0 5F 25 24 143 5B 22
Octal 244 10 147 0 137 45 44 503 133 42
Binary 10100100 1000 1100111 0 1011111 100101 100100 101000011 1011011 100010

Color Harmonies of #A40867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40867

Black with #A40867

Text Example


Text Example

White with #A40867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40867; }

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

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

background-color css

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

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

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

border-color css

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

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

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