Html Css Color HEX #A21D75 Jazzberry Jam

📋 copy color: '#A21D75'

red 162 ◦ green 29 ◦ blue 117

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

Shades of Jazzberry Jam #A21D75

Tints of Jazzberry Jam #A21D75

RGB

 RED value IS 162 (63.67% from 255) = 52.6%

 GREEN value IS 29 (11.72% from 255) = 9.42%

 BLUE value IS 117 (46.09% from 255) = 37.99%

R = 52.6%
G = 9.42%
B = 37.99%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.28

 K value IS 0.36

RGB Variations

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

Color information

#A21D75 (or 0xA21D75) is known color: Jazzberry Jam. HEX triplet: A2, 1D and 75. RGB value is (162,29,117). Sum of RGB (Red+Green+Blue) = 162+29+117=308 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.60% from 308); Green value is 29 (11.72% from 255 or 9.42% from 308); Blue value is 117 (46.09% from 255 or 37.99% from 308); Max value from RGB is 162 - color contains mainly: red. Hex color #A21D75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A21D75 is #5DE28A. Grayscale: #4E4E4E. Windows color (decimal): -6152843 or 7675298. OLE color: 7675298.

HSL color Cylindrical-coordinate representation of color #A21D75: hue angle of 320.3º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A21D75 is Cyan = 0, Magento = 0.82, Yellow = 0.28 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 29 117 -
CMYK 0 0.82 0.28 0.36
HSL 320.3º 0.7% 0.37% -
HSV(B) 320.3º 0.82% 0.64% -
XYZ 18.55 9.84 17.75 -
YUV 78.8 149.56 187.34 -
System Red Green Blue C M Y K H S L
Decimal 162 29 117 0 0.82 0.28 0.36 320.3 0.7 0.37
Hex A2 1D 75 0 52 1C 24 140 46 25
Octal 242 35 165 0 122 34 44 500 106 45
Binary 10100010 11101 1110101 0 1010010 11100 100100 101000000 1000110 100101

Color Harmonies of #A21D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21D75

Black with #A21D75

Text Example


Text Example

White with #A21D75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21D75; }

 p { color: rgb(162,29,117); }

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

background-color css

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

 a { background-color: rgb(162,29,117); }

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

border-color css

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

 span { border-color: rgb(162,29,117); }

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