Html Css Color HEX #AD0865 Jazzberry Jam

📋 copy color: '#AD0865'

red 173 ◦ green 8 ◦ blue 101

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

Shades of Jazzberry Jam #AD0865

Tints of Jazzberry Jam #AD0865

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.84%

 BLUE value IS 101 (39.84% from 255) = 35.82%

R = 61.35%
G = 2.84%
B = 35.82%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.42

 K value IS 0.32

RGB Variations

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

Color information

#AD0865 (or 0xAD0865) is known color: Jazzberry Jam. HEX triplet: AD, 08 and 65. RGB value is (173,8,101). Sum of RGB (Red+Green+Blue) = 173+8+101=282 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.35% from 282); Green value is 8 (3.52% from 255 or 2.84% from 282); Blue value is 101 (39.84% from 255 or 35.82% from 282); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0865 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0865 is #52F79A. Grayscale: #434343. Windows color (decimal): -5437339 or 6621357. OLE color: 6621357.

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

Color convert

RGB 173 8 101 -
CMYK 0 0.95 0.42 0.32
HSL 326.18º 0.91% 0.35% -
HSV(B) 326.18º 0.95% 0.68% -
XYZ 19.67 10 13.2 -
YUV 67.94 146.66 202.94 -
System Red Green Blue C M Y K H S L
Decimal 173 8 101 0 0.95 0.42 0.32 326.18 0.91 0.35
Hex AD 8 65 0 5F 2A 20 146 5B 23
Octal 255 10 145 0 137 52 40 506 133 43
Binary 10101101 1000 1100101 0 1011111 101010 100000 101000110 1011011 100011

Color Harmonies of #AD0865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0865

Black with #AD0865

Text Example


Text Example

White with #AD0865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0865; }

 p { color: rgb(173,8,101); }

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

background-color css

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

 a { background-color: rgb(173,8,101); }

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

border-color css

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

 span { border-color: rgb(173,8,101); }

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