Html Css Color HEX #A121D7 Dark Orchid

📋 copy color: '#A121D7'

red 161 ◦ green 33 ◦ blue 215

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

Shades of Dark Orchid #A121D7

Tints of Dark Orchid #A121D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 52.57%

R = 39.36%
G = 8.07%
B = 52.57%

CMYK

 C value IS 0.25

 M value IS 0.85

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A121D7 (or 0xA121D7) is known color: Dark Orchid. HEX triplet: A1, 21 and D7. RGB value is (161,33,215). Sum of RGB (Red+Green+Blue) = 161+33+215=409 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.36% from 409); Green value is 33 (13.28% from 255 or 8.07% from 409); Blue value is 215 (84.38% from 255 or 52.57% from 409); Max value from RGB is 215 - color contains mainly: blue. Hex color #A121D7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A121D7 is #5EDE28. Grayscale: #5B5B5B. Windows color (decimal): -6217257 or 14098849. OLE color: 14098849.

HSL color Cylindrical-coordinate representation of color #A121D7: hue angle of 282.2º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A121D7 is Cyan = 0.25, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 161 33 215 -
CMYK 0.25 0.85 0 0.16
HSL 282.2º 0.73% 0.49% -
HSV(B) 282.2º 0.85% 0.84% -
XYZ 27.51 13.57 65.46 -
YUV 92.02 197.41 177.2 -
System Red Green Blue C M Y K H S L
Decimal 161 33 215 0.25 0.85 0 0.16 282.2 0.73 0.49
Hex A1 21 D7 19 55 0 10 11A 49 31
Octal 241 41 327 31 125 0 20 432 111 61
Binary 10100001 100001 11010111 11001 1010101 0 10000 100011010 1001001 110001

Color Harmonies of #A121D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A121D7

Black with #A121D7

Text Example


Text Example

White with #A121D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A121D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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