Html Css Color HEX #A8024B Jazzberry Jam

📋 copy color: '#A8024B'

red 168 ◦ green 2 ◦ blue 75

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

Shades of Jazzberry Jam #A8024B

Tints of Jazzberry Jam #A8024B

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.82%

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

R = 68.57%
G = 0.82%
B = 30.61%

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

#A8024B (or 0xA8024B) is known color: Jazzberry Jam. HEX triplet: A8, 02 and 4B. RGB value is (168,2,75). Sum of RGB (Red+Green+Blue) = 168+2+75=245 (32% of max value = 765). Red value is 168 (66.02% from 255 or 68.57% from 245); Green value is 2 (1.17% from 255 or 0.82% from 245); Blue value is 75 (29.69% from 255 or 30.61% from 245); Max value from RGB is 168 - color contains mainly: red. Hex color #A8024B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8024B is #57FDB4. Grayscale: #3B3B3B. Windows color (decimal): -5766581 or 4915880. OLE color: 4915880.

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

Color convert

RGB 168 2 75 -
CMYK 0 0.99 0.55 0.34
HSL 333.61º 0.98% 0.33% -
HSV(B) 333.61º 0.99% 0.66% -
XYZ 17.44 8.88 7.45 -
YUV 59.96 136.5 205.06 -
System Red Green Blue C M Y K H S L
Decimal 168 2 75 0 0.99 0.55 0.34 333.61 0.98 0.33
Hex A8 2 4B 0 63 37 22 14E 62 21
Octal 250 2 113 0 143 67 42 516 142 41
Binary 10101000 10 1001011 0 1100011 110111 100010 101001110 1100010 100001

Color Harmonies of #A8024B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8024B

Black with #A8024B

Text Example


Text Example

White with #A8024B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8024B; }

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

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

background-color css

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

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

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

border-color css

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

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

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