Html Css Color HEX #A8014B Jazzberry Jam

📋 copy color: '#A8014B'

red 168 ◦ green 1 ◦ blue 75

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

Shades of Jazzberry Jam #A8014B

Tints of Jazzberry Jam #A8014B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 30.74%

R = 68.85%
G = 0.41%
B = 30.74%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.55

 K value IS 0.34

RGB Variations

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

Color information

#A8014B (or 0xA8014B) is known color: Jazzberry Jam. HEX triplet: A8, 01 and 4B. RGB value is (168,1,75). Sum of RGB (Red+Green+Blue) = 168+1+75=244 (32% of max value = 765). Red value is 168 (66.02% from 255 or 68.85% from 244); Green value is 1 (0.78% from 255 or 0.41% from 244); Blue value is 75 (29.69% from 255 or 30.74% from 244); Max value from RGB is 168 - color contains mainly: red. Hex color #A8014B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8014B is #57FEB4. Grayscale: #3B3B3B. Windows color (decimal): -5766837 or 4915624. OLE color: 4915624.

HSL color Cylindrical-coordinate representation of color #A8014B: hue angle of 333.41º 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 #A8014B is Cyan = 0, Magento = 0.99, Yellow = 0.55 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 1 75 -
CMYK 0 0.99 0.55 0.34
HSL 333.41º 0.99% 0.33% -
HSV(B) 333.41º 0.99% 0.66% -
XYZ 17.43 8.85 7.45 -
YUV 59.37 136.83 205.48 -
System Red Green Blue C M Y K H S L
Decimal 168 1 75 0 0.99 0.55 0.34 333.41 0.99 0.33
Hex A8 1 4B 0 63 37 22 14D 63 21
Octal 250 1 113 0 143 67 42 515 143 41
Binary 10101000 1 1001011 0 1100011 110111 100010 101001101 1100011 100001

Color Harmonies of #A8014B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8014B

Black with #A8014B

Text Example


Text Example

White with #A8014B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8014B; }

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

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

background-color css

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

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

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

border-color css

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

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

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