Html Css Color HEX #AD005A Jazzberry Jam

📋 copy color: '#AD005A'

red 173 ◦ green 0 ◦ blue 90

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

Shades of Jazzberry Jam #AD005A

Tints of Jazzberry Jam #AD005A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 90 (35.55% from 255) = 34.22%

R = 65.78%
G = 0%
B = 34.22%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.48

 K value IS 0.32

RGB Variations

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

Color information

#AD005A (or 0xAD005A) is known color: Jazzberry Jam. HEX triplet: AD, 00 and 5A. RGB value is (173,0,90). Sum of RGB (Red+Green+Blue) = 173+0+90=263 (34% of max value = 765). Red value is 173 (67.97% from 255 or 65.78% from 263); Green value is 0 (0.39% from 255 or 0% from 263); Blue value is 90 (35.55% from 255 or 34.22% from 263); Max value from RGB is 173 - color contains mainly: red. Hex color #AD005A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD005A is #52FFA5. Grayscale: #3D3D3D. Windows color (decimal): -5439398 or 5898413. OLE color: 5898413.

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

Color convert

RGB 173 0 90 -
CMYK 0 1 0.48 0.32
HSL 328.79º 1% 0.34% -
HSV(B) 328.79º 1% 0.68% -
XYZ 19.08 9.62 10.52 -
YUV 61.99 143.81 207.18 -
System Red Green Blue C M Y K H S L
Decimal 173 0 90 0 1 0.48 0.32 328.79 1 0.34
Hex AD 0 5A 0 64 30 20 149 64 22
Octal 255 0 132 0 144 60 40 511 144 42
Binary 10101101 0 1011010 0 1100100 110000 100000 101001001 1100100 100010

Color Harmonies of #AD005A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD005A

Black with #AD005A

Text Example


Text Example

White with #AD005A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD005A; }

 p { color: rgb(173,0,90); }

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

background-color css

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

 a { background-color: rgb(173,0,90); }

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

border-color css

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

 span { border-color: rgb(173,0,90); }

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