Html Css Color HEX #AD0F5E Jazzberry Jam

📋 copy color: '#AD0F5E'

red 173 ◦ green 15 ◦ blue 94

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

Shades of Jazzberry Jam #AD0F5E

Tints of Jazzberry Jam #AD0F5E

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.32%

 BLUE value IS 94 (37.11% from 255) = 33.33%

R = 61.35%
G = 5.32%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.46

 K value IS 0.32

RGB Variations

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

Color information

#AD0F5E (or 0xAD0F5E) is known color: Jazzberry Jam. HEX triplet: AD, 0F and 5E. RGB value is (173,15,94). Sum of RGB (Red+Green+Blue) = 173+15+94=282 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.35% from 282); Green value is 15 (6.25% from 255 or 5.32% from 282); Blue value is 94 (37.11% from 255 or 33.33% from 282); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0F5E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0F5E is #52F0A1. Grayscale: #474747. Windows color (decimal): -5435554 or 6164397. OLE color: 6164397.

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

Color convert

RGB 173 15 94 -
CMYK 0 0.91 0.46 0.32
HSL 330º 0.84% 0.37% -
HSV(B) 330º 0.91% 0.68% -
XYZ 19.42 10.03 11.5 -
YUV 71.25 140.85 200.58 -
System Red Green Blue C M Y K H S L
Decimal 173 15 94 0 0.91 0.46 0.32 330 0.84 0.37
Hex AD F 5E 0 5B 2E 20 14A 54 25
Octal 255 17 136 0 133 56 40 512 124 45
Binary 10101101 1111 1011110 0 1011011 101110 100000 101001010 1010100 100101

Color Harmonies of #AD0F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0F5E

Black with #AD0F5E

Text Example


Text Example

White with #AD0F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0F5E; }

 p { color: rgb(173,15,94); }

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

background-color css

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

 a { background-color: rgb(173,15,94); }

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

border-color css

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

 span { border-color: rgb(173,15,94); }

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