Html Css Color HEX #A8025D Jazzberry Jam

📋 copy color: '#A8025D'

red 168 ◦ green 2 ◦ blue 93

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

Shades of Jazzberry Jam #A8025D

Tints of Jazzberry Jam #A8025D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 35.36%

R = 63.88%
G = 0.76%
B = 35.36%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.45

 K value IS 0.34

RGB Variations

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

Color information

#A8025D (or 0xA8025D) is known color: Jazzberry Jam. HEX triplet: A8, 02 and 5D. RGB value is (168,2,93). Sum of RGB (Red+Green+Blue) = 168+2+93=263 (34% of max value = 765). Red value is 168 (66.02% from 255 or 63.88% from 263); Green value is 2 (1.17% from 255 or 0.76% from 263); Blue value is 93 (36.72% from 255 or 35.36% from 263); Max value from RGB is 168 - color contains mainly: red. Hex color #A8025D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8025D is #57FDA2. Grayscale: #3D3D3D. Windows color (decimal): -5766563 or 6095528. OLE color: 6095528.

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

Color convert

RGB 168 2 93 -
CMYK 0 0.99 0.45 0.34
HSL 327.11º 0.98% 0.33% -
HSV(B) 327.11º 0.99% 0.66% -
XYZ 18.15 9.16 11.17 -
YUV 62.01 145.5 203.6 -
System Red Green Blue C M Y K H S L
Decimal 168 2 93 0 0.99 0.45 0.34 327.11 0.98 0.33
Hex A8 2 5D 0 63 2D 22 147 62 21
Octal 250 2 135 0 143 55 42 507 142 41
Binary 10101000 10 1011101 0 1100011 101101 100010 101000111 1100010 100001

Color Harmonies of #A8025D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8025D

Black with #A8025D

Text Example


Text Example

White with #A8025D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8025D; }

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

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

background-color css

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

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

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

border-color css

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

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

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