Html Css Color HEX #AD105A Jazzberry Jam

📋 copy color: '#AD105A'

red 173 ◦ green 16 ◦ blue 90

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

Shades of Jazzberry Jam #AD105A

Tints of Jazzberry Jam #AD105A

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.73%

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

R = 62.01%
G = 5.73%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.48

 K value IS 0.32

RGB Variations

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

Color information

#AD105A (or 0xAD105A) is known color: Jazzberry Jam. HEX triplet: AD, 10 and 5A. RGB value is (173,16,90). Sum of RGB (Red+Green+Blue) = 173+16+90=279 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.01% from 279); Green value is 16 (6.64% from 255 or 5.73% from 279); Blue value is 90 (35.55% from 255 or 32.26% from 279); Max value from RGB is 173 - color contains mainly: red. Hex color #AD105A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD105A is #52EFA5. Grayscale: #474747. Windows color (decimal): -5435302 or 5902509. OLE color: 5902509.

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

Color convert

RGB 173 16 90 -
CMYK 0 0.91 0.48 0.32
HSL 331.72º 0.83% 0.37% -
HSV(B) 331.72º 0.91% 0.68% -
XYZ 19.26 9.99 10.59 -
YUV 71.38 138.51 200.48 -
System Red Green Blue C M Y K H S L
Decimal 173 16 90 0 0.91 0.48 0.32 331.72 0.83 0.37
Hex AD 10 5A 0 5B 30 20 14C 53 25
Octal 255 20 132 0 133 60 40 514 123 45
Binary 10101101 10000 1011010 0 1011011 110000 100000 101001100 1010011 100101

Color Harmonies of #AD105A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD105A

Black with #AD105A

Text Example


Text Example

White with #AD105A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD105A; }

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

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

background-color css

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

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

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

border-color css

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

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

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