Html Css Color HEX #A21B5C Jazzberry Jam

📋 copy color: '#A21B5C'

red 162 ◦ green 27 ◦ blue 92

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

Shades of Jazzberry Jam #A21B5C

Tints of Jazzberry Jam #A21B5C

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.61%

 BLUE value IS 92 (36.33% from 255) = 32.74%

R = 57.65%
G = 9.61%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.43

 K value IS 0.36

RGB Variations

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

Color information

#A21B5C (or 0xA21B5C) is known color: Jazzberry Jam. HEX triplet: A2, 1B and 5C. RGB value is (162,27,92). Sum of RGB (Red+Green+Blue) = 162+27+92=281 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.65% from 281); Green value is 27 (10.94% from 255 or 9.61% from 281); Blue value is 92 (36.33% from 255 or 32.74% from 281); Max value from RGB is 162 - color contains mainly: red. Hex color #A21B5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A21B5C is #5DE4A3. Grayscale: #4A4A4A. Windows color (decimal): -6153380 or 6036386. OLE color: 6036386.

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

Color convert

RGB 162 27 92 -
CMYK 0 0.83 0.43 0.36
HSL 331.11º 0.71% 0.37% -
HSV(B) 331.11º 0.83% 0.64% -
XYZ 17.22 9.24 11 -
YUV 74.78 137.73 190.21 -
System Red Green Blue C M Y K H S L
Decimal 162 27 92 0 0.83 0.43 0.36 331.11 0.71 0.37
Hex A2 1B 5C 0 53 2B 24 14B 47 25
Octal 242 33 134 0 123 53 44 513 107 45
Binary 10100010 11011 1011100 0 1010011 101011 100100 101001011 1000111 100101

Color Harmonies of #A21B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21B5C

Black with #A21B5C

Text Example


Text Example

White with #A21B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21B5C; }

 p { color: rgb(162,27,92); }

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

background-color css

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

 a { background-color: rgb(162,27,92); }

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

border-color css

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

 span { border-color: rgb(162,27,92); }

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