Html Css Color HEX #AD105E Jazzberry Jam

📋 copy color: '#AD105E'

red 173 ◦ green 16 ◦ blue 94

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

Shades of Jazzberry Jam #AD105E

Tints of Jazzberry Jam #AD105E

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.65%

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

R = 61.13%
G = 5.65%
B = 33.22%

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

#AD105E (or 0xAD105E) is known color: Jazzberry Jam. HEX triplet: AD, 10 and 5E. RGB value is (173,16,94). Sum of RGB (Red+Green+Blue) = 173+16+94=283 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.13% from 283); Green value is 16 (6.64% from 255 or 5.65% from 283); Blue value is 94 (37.11% from 255 or 33.22% from 283); Max value from RGB is 173 - color contains mainly: red. Hex color #AD105E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD105E is #52EFA1. Grayscale: #474747. Windows color (decimal): -5435298 or 6164653. OLE color: 6164653.

HSL color Cylindrical-coordinate representation of color #AD105E: hue angle of 330.19º degrees, saturation: 0.83, 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 #AD105E is Cyan = 0, Magento = 0.91, Yellow = 0.46 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 16 94 -
CMYK 0 0.91 0.46 0.32
HSL 330.19º 0.83% 0.37% -
HSV(B) 330.19º 0.91% 0.68% -
XYZ 19.44 10.06 11.51 -
YUV 71.84 140.51 200.16 -
System Red Green Blue C M Y K H S L
Decimal 173 16 94 0 0.91 0.46 0.32 330.19 0.83 0.37
Hex AD 10 5E 0 5B 2E 20 14A 53 25
Octal 255 20 136 0 133 56 40 512 123 45
Binary 10101101 10000 1011110 0 1011011 101110 100000 101001010 1010011 100101

Color Harmonies of #AD105E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD105E

Black with #AD105E

Text Example


Text Example

White with #AD105E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD105E; }

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

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

background-color css

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

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

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

border-color css

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

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

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