Html Css Color HEX #AD2467 Jazzberry Jam

📋 copy color: '#AD2467'

red 173 ◦ green 36 ◦ blue 103

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

Shades of Jazzberry Jam #AD2467

Tints of Jazzberry Jam #AD2467

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 33.01%

R = 55.45%
G = 11.54%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.40

 K value IS 0.32

RGB Variations

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

Color information

#AD2467 (or 0xAD2467) is known color: Jazzberry Jam. HEX triplet: AD, 24 and 67. RGB value is (173,36,103). Sum of RGB (Red+Green+Blue) = 173+36+103=312 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.45% from 312); Green value is 36 (14.45% from 255 or 11.54% from 312); Blue value is 103 (40.62% from 255 or 33.01% from 312); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2467 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2467 is #52DB98. Grayscale: #545454. Windows color (decimal): -5430169 or 6759597. OLE color: 6759597.

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

Color convert

RGB 173 36 103 -
CMYK 0 0.79 0.40 0.32
HSL 330.66º 0.66% 0.41% -
HSV(B) 330.66º 0.79% 0.68% -
XYZ 20.31 11.13 13.91 -
YUV 84.6 138.39 191.05 -
System Red Green Blue C M Y K H S L
Decimal 173 36 103 0 0.79 0.40 0.32 330.66 0.66 0.41
Hex AD 24 67 0 4F 28 20 14B 42 29
Octal 255 44 147 0 117 50 40 513 102 51
Binary 10101101 100100 1100111 0 1001111 101000 100000 101001011 1000010 101001

Color Harmonies of #AD2467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2467

Black with #AD2467

Text Example


Text Example

White with #AD2467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2467; }

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

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

background-color css

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

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

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

border-color css

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

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

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