Html Css Color HEX #AD075D Jazzberry Jam

📋 copy color: '#AD075D'

red 173 ◦ green 7 ◦ blue 93

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

Shades of Jazzberry Jam #AD075D

Tints of Jazzberry Jam #AD075D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.56%

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

R = 63.37%
G = 2.56%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.46

 K value IS 0.32

RGB Variations

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

Color information

#AD075D (or 0xAD075D) is known color: Jazzberry Jam. HEX triplet: AD, 07 and 5D. RGB value is (173,7,93). Sum of RGB (Red+Green+Blue) = 173+7+93=273 (36% of max value = 765). Red value is 173 (67.97% from 255 or 63.37% from 273); Green value is 7 (3.12% from 255 or 2.56% from 273); Blue value is 93 (36.72% from 255 or 34.07% from 273); Max value from RGB is 173 - color contains mainly: red. Hex color #AD075D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD075D is #52F8A2. Grayscale: #424242. Windows color (decimal): -5437603 or 6096813. OLE color: 6096813.

HSL color Cylindrical-coordinate representation of color #AD075D: hue angle of 328.92º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AD075D is Cyan = 0, Magento = 0.96, Yellow = 0.46 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 7 93 -
CMYK 0 0.96 0.46 0.32
HSL 328.92º 0.92% 0.35% -
HSV(B) 328.92º 0.96% 0.68% -
XYZ 19.29 9.83 11.24 -
YUV 66.44 143 204.01 -
System Red Green Blue C M Y K H S L
Decimal 173 7 93 0 0.96 0.46 0.32 328.92 0.92 0.35
Hex AD 7 5D 0 60 2E 20 149 5C 23
Octal 255 7 135 0 140 56 40 511 134 43
Binary 10101101 111 1011101 0 1100000 101110 100000 101001001 1011100 100011

Color Harmonies of #AD075D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD075D

Black with #AD075D

Text Example


Text Example

White with #AD075D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD075D; }

 p { color: rgb(173,7,93); }

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

background-color css

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

 a { background-color: rgb(173,7,93); }

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

border-color css

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

 span { border-color: rgb(173,7,93); }

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