Html Css Color HEX #AD2465 Jazzberry Jam

📋 copy color: '#AD2465'

red 173 ◦ green 36 ◦ blue 101

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

Shades of Jazzberry Jam #AD2465

Tints of Jazzberry Jam #AD2465

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.61%

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

R = 55.81%
G = 11.61%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.42

 K value IS 0.32

RGB Variations

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

Color information

#AD2465 (or 0xAD2465) is known color: Jazzberry Jam. HEX triplet: AD, 24 and 65. RGB value is (173,36,101). Sum of RGB (Red+Green+Blue) = 173+36+101=310 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.81% from 310); Green value is 36 (14.45% from 255 or 11.61% from 310); Blue value is 101 (39.84% from 255 or 32.58% from 310); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2465 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2465 is #52DB9A. Grayscale: #545454. Windows color (decimal): -5430171 or 6628525. OLE color: 6628525.

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

Color convert

RGB 173 36 101 -
CMYK 0 0.79 0.42 0.32
HSL 331.53º 0.66% 0.41% -
HSV(B) 331.53º 0.79% 0.68% -
XYZ 20.21 11.09 13.39 -
YUV 84.37 137.39 191.21 -
System Red Green Blue C M Y K H S L
Decimal 173 36 101 0 0.79 0.42 0.32 331.53 0.66 0.41
Hex AD 24 65 0 4F 2A 20 14C 42 29
Octal 255 44 145 0 117 52 40 514 102 51
Binary 10101101 100100 1100101 0 1001111 101010 100000 101001100 1000010 101001

Color Harmonies of #AD2465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2465

Black with #AD2465

Text Example


Text Example

White with #AD2465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2465; }

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

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

background-color css

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

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

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

border-color css

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

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

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