Html Css Color HEX #A81074 Jazzberry Jam

📋 copy color: '#A81074'

red 168 ◦ green 16 ◦ blue 116

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

Shades of Jazzberry Jam #A81074

Tints of Jazzberry Jam #A81074

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.33%

 BLUE value IS 116 (45.7% from 255) = 38.67%

R = 56%
G = 5.33%
B = 38.67%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.31

 K value IS 0.34

RGB Variations

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

Color information

#A81074 (or 0xA81074) is known color: Jazzberry Jam. HEX triplet: A8, 10 and 74. RGB value is (168,16,116). Sum of RGB (Red+Green+Blue) = 168+16+116=300 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56% from 300); Green value is 16 (6.64% from 255 or 5.33% from 300); Blue value is 116 (45.70% from 255 or 38.67% from 300); Max value from RGB is 168 - color contains mainly: red. Hex color #A81074 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A81074 is #57EF8B. Grayscale: #484848. Windows color (decimal): -5762956 or 7606440. OLE color: 7606440.

HSL color Cylindrical-coordinate representation of color #A81074: hue angle of 320.53º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A81074 is Cyan = 0, Magento = 0.90, Yellow = 0.31 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 16 116 -
CMYK 0 0.90 0.31 0.34
HSL 320.53º 0.83% 0.36% -
HSV(B) 320.53º 0.9% 0.66% -
XYZ 19.49 9.96 17.42 -
YUV 72.85 152.36 195.87 -
System Red Green Blue C M Y K H S L
Decimal 168 16 116 0 0.90 0.31 0.34 320.53 0.83 0.36
Hex A8 10 74 0 5A 1F 22 141 53 24
Octal 250 20 164 0 132 37 42 501 123 44
Binary 10101000 10000 1110100 0 1011010 11111 100010 101000001 1010011 100100

Color Harmonies of #A81074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81074

Black with #A81074

Text Example


Text Example

White with #A81074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81074; }

 p { color: rgb(168,16,116); }

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

background-color css

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

 a { background-color: rgb(168,16,116); }

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

border-color css

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

 span { border-color: rgb(168,16,116); }

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