Html Css Color HEX #AD025B Jazzberry Jam

📋 copy color: '#AD025B'

red 173 ◦ green 2 ◦ blue 91

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

Shades of Jazzberry Jam #AD025B

Tints of Jazzberry Jam #AD025B

RGB

 RED value IS 173 (67.97% from 255) = 65.04%

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

 BLUE value IS 91 (35.94% from 255) = 34.21%

R = 65.04%
G = 0.75%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.47

 K value IS 0.32

RGB Variations

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

Color information

#AD025B (or 0xAD025B) is known color: Jazzberry Jam. HEX triplet: AD, 02 and 5B. RGB value is (173,2,91). Sum of RGB (Red+Green+Blue) = 173+2+91=266 (35% of max value = 765). Red value is 173 (67.97% from 255 or 65.04% from 266); Green value is 2 (1.17% from 255 or 0.75% from 266); Blue value is 91 (35.94% from 255 or 34.21% from 266); Max value from RGB is 173 - color contains mainly: red. Hex color #AD025B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD025B is #52FDA4. Grayscale: #3F3F3F. Windows color (decimal): -5438885 or 5964461. OLE color: 5964461.

HSL color Cylindrical-coordinate representation of color #AD025B: hue angle of 328.77º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AD025B is Cyan = 0, Magento = 0.99, Yellow = 0.47 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 2 91 -
CMYK 0 0.99 0.47 0.32
HSL 328.77º 0.98% 0.34% -
HSV(B) 328.77º 0.99% 0.68% -
XYZ 19.14 9.68 10.76 -
YUV 63.28 143.65 206.26 -
System Red Green Blue C M Y K H S L
Decimal 173 2 91 0 0.99 0.47 0.32 328.77 0.98 0.34
Hex AD 2 5B 0 63 2F 20 149 62 22
Octal 255 2 133 0 143 57 40 511 142 42
Binary 10101101 10 1011011 0 1100011 101111 100000 101001001 1100010 100010

Color Harmonies of #AD025B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD025B

Black with #AD025B

Text Example


Text Example

White with #AD025B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD025B; }

 p { color: rgb(173,2,91); }

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

background-color css

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

 a { background-color: rgb(173,2,91); }

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

border-color css

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

 span { border-color: rgb(173,2,91); }

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