Html Css Color HEX #AD015C Jazzberry Jam

📋 copy color: '#AD015C'

red 173 ◦ green 1 ◦ blue 92

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

Shades of Jazzberry Jam #AD015C

Tints of Jazzberry Jam #AD015C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 34.59%

R = 65.04%
G = 0.38%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.47

 K value IS 0.32

RGB Variations

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

Color information

#AD015C (or 0xAD015C) is known color: Jazzberry Jam. HEX triplet: AD, 01 and 5C. RGB value is (173,1,92). Sum of RGB (Red+Green+Blue) = 173+1+92=266 (35% of max value = 765). Red value is 173 (67.97% from 255 or 65.04% from 266); Green value is 1 (0.78% from 255 or 0.38% from 266); Blue value is 92 (36.33% from 255 or 34.59% from 266); Max value from RGB is 173 - color contains mainly: red. Hex color #AD015C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD015C is #52FEA3. Grayscale: #3E3E3E. Windows color (decimal): -5439140 or 6029741. OLE color: 6029741.

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

Color convert

RGB 173 1 92 -
CMYK 0 0.99 0.47 0.32
HSL 328.26º 0.99% 0.34% -
HSV(B) 328.26º 0.99% 0.68% -
XYZ 19.18 9.68 10.98 -
YUV 62.8 144.48 206.6 -
System Red Green Blue C M Y K H S L
Decimal 173 1 92 0 0.99 0.47 0.32 328.26 0.99 0.34
Hex AD 1 5C 0 63 2F 20 148 63 22
Octal 255 1 134 0 143 57 40 510 143 42
Binary 10101101 1 1011100 0 1100011 101111 100000 101001000 1100011 100010

Color Harmonies of #AD015C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD015C

Black with #AD015C

Text Example


Text Example

White with #AD015C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD015C; }

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

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

background-color css

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

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

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

border-color css

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

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

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