Html Css Color HEX #AD054B Jazzberry Jam

📋 copy color: '#AD054B'

red 173 ◦ green 5 ◦ blue 75

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

Shades of Jazzberry Jam #AD054B

Tints of Jazzberry Jam #AD054B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.98%

 BLUE value IS 75 (29.69% from 255) = 29.64%

R = 68.38%
G = 1.98%
B = 29.64%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.57

 K value IS 0.32

RGB Variations

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

Color information

#AD054B (or 0xAD054B) is known color: Jazzberry Jam. HEX triplet: AD, 05 and 4B. RGB value is (173,5,75). Sum of RGB (Red+Green+Blue) = 173+5+75=253 (33% of max value = 765). Red value is 173 (67.97% from 255 or 68.38% from 253); Green value is 5 (2.34% from 255 or 1.98% from 253); Blue value is 75 (29.69% from 255 or 29.64% from 253); Max value from RGB is 173 - color contains mainly: red. Hex color #AD054B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD054B is #52FAB4. Grayscale: #3F3F3F. Windows color (decimal): -5438133 or 4916653. OLE color: 4916653.

HSL color Cylindrical-coordinate representation of color #AD054B: hue angle of 335º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AD054B is Cyan = 0, Magento = 0.97, Yellow = 0.57 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 5 75 -
CMYK 0 0.97 0.57 0.32
HSL 335º 0.94% 0.35% -
HSV(B) 335º 0.97% 0.68% -
XYZ 18.56 9.5 7.51 -
YUV 63.21 134.66 206.31 -
System Red Green Blue C M Y K H S L
Decimal 173 5 75 0 0.97 0.57 0.32 335 0.94 0.35
Hex AD 5 4B 0 61 39 20 14F 5E 23
Octal 255 5 113 0 141 71 40 517 136 43
Binary 10101101 101 1001011 0 1100001 111001 100000 101001111 1011110 100011

Color Harmonies of #AD054B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD054B

Black with #AD054B

Text Example


Text Example

White with #AD054B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD054B; }

 p { color: rgb(173,5,75); }

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

background-color css

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

 a { background-color: rgb(173,5,75); }

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

border-color css

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

 span { border-color: rgb(173,5,75); }

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