Html Css Color HEX #AD0265 Jazzberry Jam

📋 copy color: '#AD0265'

red 173 ◦ green 2 ◦ blue 101

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

Shades of Jazzberry Jam #AD0265

Tints of Jazzberry Jam #AD0265

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.72%

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

R = 62.68%
G = 0.72%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.42

 K value IS 0.32

RGB Variations

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

Color information

#AD0265 (or 0xAD0265) is known color: Jazzberry Jam. HEX triplet: AD, 02 and 65. RGB value is (173,2,101). Sum of RGB (Red+Green+Blue) = 173+2+101=276 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.68% from 276); Green value is 2 (1.17% from 255 or 0.72% from 276); Blue value is 101 (39.84% from 255 or 36.59% from 276); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0265 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0265 is #52FD9A. Grayscale: #404040. Windows color (decimal): -5438875 or 6619821. OLE color: 6619821.

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

Color convert

RGB 173 2 101 -
CMYK 0 0.99 0.42 0.32
HSL 325.26º 0.98% 0.34% -
HSV(B) 325.26º 0.99% 0.68% -
XYZ 19.6 9.87 13.18 -
YUV 64.42 148.65 205.45 -
System Red Green Blue C M Y K H S L
Decimal 173 2 101 0 0.99 0.42 0.32 325.26 0.98 0.34
Hex AD 2 65 0 63 2A 20 145 62 22
Octal 255 2 145 0 143 52 40 505 142 42
Binary 10101101 10 1100101 0 1100011 101010 100000 101000101 1100010 100010

Color Harmonies of #AD0265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0265

Black with #AD0265

Text Example


Text Example

White with #AD0265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0265; }

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

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

background-color css

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

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

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

border-color css

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

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

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