Html Css Color HEX #AD1865 Jazzberry Jam

📋 copy color: '#AD1865'

red 173 ◦ green 24 ◦ blue 101

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

Shades of Jazzberry Jam #AD1865

Tints of Jazzberry Jam #AD1865

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.05%

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

R = 58.05%
G = 8.05%
B = 33.89%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.42

 K value IS 0.32

RGB Variations

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

Color information

#AD1865 (or 0xAD1865) is known color: Jazzberry Jam. HEX triplet: AD, 18 and 65. RGB value is (173,24,101). Sum of RGB (Red+Green+Blue) = 173+24+101=298 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.05% from 298); Green value is 24 (9.77% from 255 or 8.05% from 298); Blue value is 101 (39.84% from 255 or 33.89% from 298); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1865 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD1865 is #52E79A. Grayscale: #4D4D4D. Windows color (decimal): -5433243 or 6625453. OLE color: 6625453.

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

Color convert

RGB 173 24 101 -
CMYK 0 0.86 0.42 0.32
HSL 328.99º 0.76% 0.39% -
HSV(B) 328.99º 0.86% 0.68% -
XYZ 19.91 10.48 13.28 -
YUV 77.33 141.36 196.24 -
System Red Green Blue C M Y K H S L
Decimal 173 24 101 0 0.86 0.42 0.32 328.99 0.76 0.39
Hex AD 18 65 0 56 2A 20 149 4C 27
Octal 255 30 145 0 126 52 40 511 114 47
Binary 10101101 11000 1100101 0 1010110 101010 100000 101001001 1001100 100111

Color Harmonies of #AD1865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1865

Black with #AD1865

Text Example


Text Example

White with #AD1865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1865; }

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

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

background-color css

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

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

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

border-color css

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

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

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