Html Css Color HEX #AD075C Jazzberry Jam

📋 copy color: '#AD075C'

red 173 ◦ green 7 ◦ blue 92

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

Shades of Jazzberry Jam #AD075C

Tints of Jazzberry Jam #AD075C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 33.82%

R = 63.6%
G = 2.57%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.47

 K value IS 0.32

RGB Variations

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

Color information

#AD075C (or 0xAD075C) is known color: Jazzberry Jam. HEX triplet: AD, 07 and 5C. RGB value is (173,7,92). Sum of RGB (Red+Green+Blue) = 173+7+92=272 (36% of max value = 765). Red value is 173 (67.97% from 255 or 63.60% from 272); Green value is 7 (3.12% from 255 or 2.57% from 272); Blue value is 92 (36.33% from 255 or 33.82% from 272); Max value from RGB is 173 - color contains mainly: red. Hex color #AD075C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD075C is #52F8A3. Grayscale: #424242. Windows color (decimal): -5437604 or 6031277. OLE color: 6031277.

HSL color Cylindrical-coordinate representation of color #AD075C: hue angle of 329.28º 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 #AD075C is Cyan = 0, Magento = 0.96, Yellow = 0.47 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 7 92 -
CMYK 0 0.96 0.47 0.32
HSL 329.28º 0.92% 0.35% -
HSV(B) 329.28º 0.96% 0.68% -
XYZ 19.24 9.81 11 -
YUV 66.32 142.5 204.09 -
System Red Green Blue C M Y K H S L
Decimal 173 7 92 0 0.96 0.47 0.32 329.28 0.92 0.35
Hex AD 7 5C 0 60 2F 20 149 5C 23
Octal 255 7 134 0 140 57 40 511 134 43
Binary 10101101 111 1011100 0 1100000 101111 100000 101001001 1011100 100011

Color Harmonies of #AD075C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD075C

Black with #AD075C

Text Example


Text Example

White with #AD075C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD075C; }

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

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

background-color css

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

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

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

border-color css

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

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

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