Html Css Color HEX #A121C9 Dark Orchid

📋 copy color: '#A121C9'

red 161 ◦ green 33 ◦ blue 201

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

Shades of Dark Orchid #A121C9

Tints of Dark Orchid #A121C9

RGB

 RED value IS 161 (63.28% from 255) = 40.76%

 GREEN value IS 33 (13.28% from 255) = 8.35%

 BLUE value IS 201 (78.91% from 255) = 50.89%

R = 40.76%
G = 8.35%
B = 50.89%

CMYK

 C value IS 0.20

 M value IS 0.84

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A121C9 (or 0xA121C9) is known color: Dark Orchid. HEX triplet: A1, 21 and C9. RGB value is (161,33,201). Sum of RGB (Red+Green+Blue) = 161+33+201=395 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.76% from 395); Green value is 33 (13.28% from 255 or 8.35% from 395); Blue value is 201 (78.91% from 255 or 50.89% from 395); Max value from RGB is 201 - color contains mainly: blue. Hex color #A121C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A121C9 is #5EDE36. Grayscale: #595959. Windows color (decimal): -6217271 or 13181345. OLE color: 13181345.

HSL color Cylindrical-coordinate representation of color #A121C9: hue angle of 285.71º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A121C9 is Cyan = 0.20, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 161 33 201 -
CMYK 0.20 0.84 0 0.21
HSL 285.71º 0.72% 0.46% -
HSV(B) 285.71º 0.84% 0.79% -
XYZ 25.78 12.88 56.39 -
YUV 90.42 190.41 178.34 -
System Red Green Blue C M Y K H S L
Decimal 161 33 201 0.20 0.84 0 0.21 285.71 0.72 0.46
Hex A1 21 C9 14 54 0 15 11E 48 2E
Octal 241 41 311 24 124 0 25 436 110 56
Binary 10100001 100001 11001001 10100 1010100 0 10101 100011110 1001000 101110

Color Harmonies of #A121C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A121C9

Black with #A121C9

Text Example


Text Example

White with #A121C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A121C9; }

 p { color: rgb(161,33,201); }

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

background-color css

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

 a { background-color: rgb(161,33,201); }

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

border-color css

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

 span { border-color: rgb(161,33,201); }

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