Html Css Color HEX #A8014A Jazzberry Jam

📋 copy color: '#A8014A'

red 168 ◦ green 1 ◦ blue 74

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

Shades of Jazzberry Jam #A8014A

Tints of Jazzberry Jam #A8014A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.41%

 BLUE value IS 74 (29.3% from 255) = 30.45%

R = 69.14%
G = 0.41%
B = 30.45%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.56

 K value IS 0.34

RGB Variations

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

Color information

#A8014A (or 0xA8014A) is known color: Jazzberry Jam. HEX triplet: A8, 01 and 4A. RGB value is (168,1,74). Sum of RGB (Red+Green+Blue) = 168+1+74=243 (32% of max value = 765). Red value is 168 (66.02% from 255 or 69.14% from 243); Green value is 1 (0.78% from 255 or 0.41% from 243); Blue value is 74 (29.30% from 255 or 30.45% from 243); Max value from RGB is 168 - color contains mainly: red. Hex color #A8014A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8014A is #57FEB5. Grayscale: #3B3B3B. Windows color (decimal): -5766838 or 4850088. OLE color: 4850088.

HSL color Cylindrical-coordinate representation of color #A8014A: hue angle of 333.77º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A8014A is Cyan = 0, Magento = 0.99, Yellow = 0.56 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 1 74 -
CMYK 0 0.99 0.56 0.34
HSL 333.77º 0.99% 0.33% -
HSV(B) 333.77º 0.99% 0.66% -
XYZ 17.4 8.84 7.27 -
YUV 59.26 136.33 205.56 -
System Red Green Blue C M Y K H S L
Decimal 168 1 74 0 0.99 0.56 0.34 333.77 0.99 0.33
Hex A8 1 4A 0 63 38 22 14E 63 21
Octal 250 1 112 0 143 70 42 516 143 41
Binary 10101000 1 1001010 0 1100011 111000 100010 101001110 1100011 100001

Color Harmonies of #A8014A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8014A

Black with #A8014A

Text Example


Text Example

White with #A8014A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8014A; }

 p { color: rgb(168,1,74); }

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

background-color css

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

 a { background-color: rgb(168,1,74); }

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

border-color css

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

 span { border-color: rgb(168,1,74); }

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