Html Css Color HEX #AD2469 Jazzberry Jam

📋 copy color: '#AD2469'

red 173 ◦ green 36 ◦ blue 105

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

Shades of Jazzberry Jam #AD2469

Tints of Jazzberry Jam #AD2469

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 33.44%

R = 55.1%
G = 11.46%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.39

 K value IS 0.32

RGB Variations

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

Color information

#AD2469 (or 0xAD2469) is known color: Jazzberry Jam. HEX triplet: AD, 24 and 69. RGB value is (173,36,105). Sum of RGB (Red+Green+Blue) = 173+36+105=314 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.10% from 314); Green value is 36 (14.45% from 255 or 11.46% from 314); Blue value is 105 (41.41% from 255 or 33.44% from 314); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2469 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2469 is #52DB96. Grayscale: #545454. Windows color (decimal): -5430167 or 6890669. OLE color: 6890669.

HSL color Cylindrical-coordinate representation of color #AD2469: hue angle of 329.78º 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 #AD2469 is Cyan = 0, Magento = 0.79, Yellow = 0.39 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 36 105 -
CMYK 0 0.79 0.39 0.32
HSL 329.78º 0.66% 0.41% -
HSV(B) 329.78º 0.79% 0.68% -
XYZ 20.41 11.17 14.44 -
YUV 84.83 139.39 190.89 -
System Red Green Blue C M Y K H S L
Decimal 173 36 105 0 0.79 0.39 0.32 329.78 0.66 0.41
Hex AD 24 69 0 4F 27 20 14A 42 29
Octal 255 44 151 0 117 47 40 512 102 51
Binary 10101101 100100 1101001 0 1001111 100111 100000 101001010 1000010 101001

Color Harmonies of #AD2469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2469

Black with #AD2469

Text Example


Text Example

White with #AD2469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2469; }

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

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

background-color css

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

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

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

border-color css

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

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

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