Html Css Color HEX #AD2569 Jazzberry Jam

📋 copy color: '#AD2569'

red 173 ◦ green 37 ◦ blue 105

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

Shades of Jazzberry Jam #AD2569

Tints of Jazzberry Jam #AD2569

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.75%

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

R = 54.92%
G = 11.75%
B = 33.33%

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

#AD2569 (or 0xAD2569) is known color: Jazzberry Jam. HEX triplet: AD, 25 and 69. RGB value is (173,37,105). Sum of RGB (Red+Green+Blue) = 173+37+105=315 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.92% from 315); Green value is 37 (14.84% from 255 or 11.75% from 315); Blue value is 105 (41.41% from 255 or 33.33% from 315); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2569 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2569 is #52DA96. Grayscale: #555555. Windows color (decimal): -5429911 or 6890925. OLE color: 6890925.

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

Color convert

RGB 173 37 105 -
CMYK 0 0.79 0.39 0.32
HSL 330º 0.65% 0.41% -
HSV(B) 330º 0.79% 0.68% -
XYZ 20.44 11.23 14.45 -
YUV 85.42 139.06 190.47 -
System Red Green Blue C M Y K H S L
Decimal 173 37 105 0 0.79 0.39 0.32 330 0.65 0.41
Hex AD 25 69 0 4F 27 20 14A 41 29
Octal 255 45 151 0 117 47 40 512 101 51
Binary 10101101 100101 1101001 0 1001111 100111 100000 101001010 1000001 101001

Color Harmonies of #AD2569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2569

Black with #AD2569

Text Example


Text Example

White with #AD2569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2569; }

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

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

background-color css

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

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

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

border-color css

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

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

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