Html Css Color HEX #AD015F Jazzberry Jam

📋 copy color: '#AD015F'

red 173 ◦ green 1 ◦ blue 95

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

Shades of Jazzberry Jam #AD015F

Tints of Jazzberry Jam #AD015F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.37%

 BLUE value IS 95 (37.5% from 255) = 35.32%

R = 64.31%
G = 0.37%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.45

 K value IS 0.32

RGB Variations

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

Color information

#AD015F (or 0xAD015F) is known color: Jazzberry Jam. HEX triplet: AD, 01 and 5F. RGB value is (173,1,95). Sum of RGB (Red+Green+Blue) = 173+1+95=269 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.31% from 269); Green value is 1 (0.78% from 255 or 0.37% from 269); Blue value is 95 (37.5% from 255 or 35.32% from 269); Max value from RGB is 173 - color contains mainly: red. Hex color #AD015F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD015F is #52FEA0. Grayscale: #3E3E3E. Windows color (decimal): -5439137 or 6226349. OLE color: 6226349.

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

Color convert

RGB 173 1 95 -
CMYK 0 0.99 0.45 0.32
HSL 327.21º 0.99% 0.34% -
HSV(B) 327.21º 0.99% 0.68% -
XYZ 19.31 9.73 11.69 -
YUV 63.14 145.98 206.36 -
System Red Green Blue C M Y K H S L
Decimal 173 1 95 0 0.99 0.45 0.32 327.21 0.99 0.34
Hex AD 1 5F 0 63 2D 20 147 63 22
Octal 255 1 137 0 143 55 40 507 143 42
Binary 10101101 1 1011111 0 1100011 101101 100000 101000111 1100011 100010

Color Harmonies of #AD015F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD015F

Black with #AD015F

Text Example


Text Example

White with #AD015F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD015F; }

 p { color: rgb(173,1,95); }

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

background-color css

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

 a { background-color: rgb(173,1,95); }

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

border-color css

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

 span { border-color: rgb(173,1,95); }

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