Html Css Color HEX #AD1B5A Jazzberry Jam

📋 copy color: '#AD1B5A'

red 173 ◦ green 27 ◦ blue 90

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

Shades of Jazzberry Jam #AD1B5A

Tints of Jazzberry Jam #AD1B5A

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.31%

 BLUE value IS 90 (35.55% from 255) = 31.03%

R = 59.66%
G = 9.31%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.48

 K value IS 0.32

RGB Variations

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

Color information

#AD1B5A (or 0xAD1B5A) is known color: Jazzberry Jam. HEX triplet: AD, 1B and 5A. RGB value is (173,27,90). Sum of RGB (Red+Green+Blue) = 173+27+90=290 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.66% from 290); Green value is 27 (10.94% from 255 or 9.31% from 290); Blue value is 90 (35.55% from 255 or 31.03% from 290); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1B5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD1B5A is #52E4A5. Grayscale: #4D4D4D. Windows color (decimal): -5432486 or 5905325. OLE color: 5905325.

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

Color convert

RGB 173 27 90 -
CMYK 0 0.84 0.48 0.32
HSL 334.11º 0.73% 0.39% -
HSV(B) 334.11º 0.84% 0.68% -
XYZ 19.47 10.41 10.66 -
YUV 77.84 134.87 195.88 -
System Red Green Blue C M Y K H S L
Decimal 173 27 90 0 0.84 0.48 0.32 334.11 0.73 0.39
Hex AD 1B 5A 0 54 30 20 14E 49 27
Octal 255 33 132 0 124 60 40 516 111 47
Binary 10101101 11011 1011010 0 1010100 110000 100000 101001110 1001001 100111

Color Harmonies of #AD1B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1B5A

Black with #AD1B5A

Text Example


Text Example

White with #AD1B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1B5A; }

 p { color: rgb(173,27,90); }

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

background-color css

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

 a { background-color: rgb(173,27,90); }

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

border-color css

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

 span { border-color: rgb(173,27,90); }

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