Html Css Color HEX #AD035E Jazzberry Jam

📋 copy color: '#AD035E'

red 173 ◦ green 3 ◦ blue 94

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

Shades of Jazzberry Jam #AD035E

Tints of Jazzberry Jam #AD035E

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.11%

 BLUE value IS 94 (37.11% from 255) = 34.81%

R = 64.07%
G = 1.11%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.46

 K value IS 0.32

RGB Variations

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

Color information

#AD035E (or 0xAD035E) is known color: Jazzberry Jam. HEX triplet: AD, 03 and 5E. RGB value is (173,3,94). Sum of RGB (Red+Green+Blue) = 173+3+94=270 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.07% from 270); Green value is 3 (1.56% from 255 or 1.11% from 270); Blue value is 94 (37.11% from 255 or 34.81% from 270); Max value from RGB is 173 - color contains mainly: red. Hex color #AD035E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD035E is #52FCA1. Grayscale: #404040. Windows color (decimal): -5438626 or 6161325. OLE color: 6161325.

HSL color Cylindrical-coordinate representation of color #AD035E: hue angle of 327.88º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AD035E is Cyan = 0, Magento = 0.98, Yellow = 0.46 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 3 94 -
CMYK 0 0.98 0.46 0.32
HSL 327.88º 0.97% 0.35% -
HSV(B) 327.88º 0.98% 0.68% -
XYZ 19.29 9.76 11.46 -
YUV 64.2 144.82 205.6 -
System Red Green Blue C M Y K H S L
Decimal 173 3 94 0 0.98 0.46 0.32 327.88 0.97 0.35
Hex AD 3 5E 0 62 2E 20 148 61 23
Octal 255 3 136 0 142 56 40 510 141 43
Binary 10101101 11 1011110 0 1100010 101110 100000 101001000 1100001 100011

Color Harmonies of #AD035E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD035E

Black with #AD035E

Text Example


Text Example

White with #AD035E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD035E; }

 p { color: rgb(173,3,94); }

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

background-color css

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

 a { background-color: rgb(173,3,94); }

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

border-color css

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

 span { border-color: rgb(173,3,94); }

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