Html Css Color HEX #AD1A67 Jazzberry Jam

📋 copy color: '#AD1A67'

red 173 ◦ green 26 ◦ blue 103

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

Shades of Jazzberry Jam #AD1A67

Tints of Jazzberry Jam #AD1A67

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.61%

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

R = 57.28%
G = 8.61%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.40

 K value IS 0.32

RGB Variations

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

Color information

#AD1A67 (or 0xAD1A67) is known color: Jazzberry Jam. HEX triplet: AD, 1A and 67. RGB value is (173,26,103). Sum of RGB (Red+Green+Blue) = 173+26+103=302 (40% of max value = 765). Red value is 173 (67.97% from 255 or 57.28% from 302); Green value is 26 (10.55% from 255 or 8.61% from 302); Blue value is 103 (40.62% from 255 or 34.11% from 302); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1A67 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD1A67 is #52E598. Grayscale: #4E4E4E. Windows color (decimal): -5432729 or 6757037. OLE color: 6757037.

HSL color Cylindrical-coordinate representation of color #AD1A67: hue angle of 328.57º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AD1A67 is Cyan = 0, Magento = 0.85, Yellow = 0.40 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 26 103 -
CMYK 0 0.85 0.40 0.32
HSL 328.57º 0.74% 0.39% -
HSV(B) 328.57º 0.85% 0.68% -
XYZ 20.05 10.6 13.82 -
YUV 78.73 141.7 195.24 -
System Red Green Blue C M Y K H S L
Decimal 173 26 103 0 0.85 0.40 0.32 328.57 0.74 0.39
Hex AD 1A 67 0 55 28 20 149 4A 27
Octal 255 32 147 0 125 50 40 511 112 47
Binary 10101101 11010 1100111 0 1010101 101000 100000 101001001 1001010 100111

Color Harmonies of #AD1A67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1A67

Black with #AD1A67

Text Example


Text Example

White with #AD1A67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1A67; }

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

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

background-color css

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

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

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

border-color css

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

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

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