Html Css Color HEX #A8165A Jazzberry Jam

📋 copy color: '#A8165A'

red 168 ◦ green 22 ◦ blue 90

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

Shades of Jazzberry Jam #A8165A

Tints of Jazzberry Jam #A8165A

RGB

 RED value IS 168 (66.02% from 255) = 60%

 GREEN value IS 22 (8.98% from 255) = 7.86%

 BLUE value IS 90 (35.55% from 255) = 32.14%

R = 60%
G = 7.86%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.46

 K value IS 0.34

RGB Variations

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

Color information

#A8165A (or 0xA8165A) is known color: Jazzberry Jam. HEX triplet: A8, 16 and 5A. RGB value is (168,22,90). Sum of RGB (Red+Green+Blue) = 168+22+90=280 (37% of max value = 765). Red value is 168 (66.02% from 255 or 60% from 280); Green value is 22 (8.98% from 255 or 7.86% from 280); Blue value is 90 (35.55% from 255 or 32.14% from 280); Max value from RGB is 168 - color contains mainly: red. Hex color #A8165A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8165A is #57E9A5. Grayscale: #494949. Windows color (decimal): -5761446 or 5904040. OLE color: 5904040.

HSL color Cylindrical-coordinate representation of color #A8165A: hue angle of 332.05º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A8165A is Cyan = 0, Magento = 0.87, Yellow = 0.46 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 22 90 -
CMYK 0 0.87 0.46 0.34
HSL 332.05º 0.77% 0.37% -
HSV(B) 332.05º 0.87% 0.66% -
XYZ 18.28 9.64 10.57 -
YUV 73.41 137.37 195.47 -
System Red Green Blue C M Y K H S L
Decimal 168 22 90 0 0.87 0.46 0.34 332.05 0.77 0.37
Hex A8 16 5A 0 57 2E 22 14C 4D 25
Octal 250 26 132 0 127 56 42 514 115 45
Binary 10101000 10110 1011010 0 1010111 101110 100010 101001100 1001101 100101

Color Harmonies of #A8165A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8165A

Black with #A8165A

Text Example


Text Example

White with #A8165A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8165A; }

 p { color: rgb(168,22,90); }

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

background-color css

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

 a { background-color: rgb(168,22,90); }

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

border-color css

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

 span { border-color: rgb(168,22,90); }

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