Html Css Color HEX #A11CDF Dark Orchid

📋 copy color: '#A11CDF'

red 161 ◦ green 28 ◦ blue 223

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

Shades of Dark Orchid #A11CDF

Tints of Dark Orchid #A11CDF

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.8%

 BLUE value IS 223 (87.5% from 255) = 54.13%

R = 39.08%
G = 6.8%
B = 54.13%

CMYK

 C value IS 0.28

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A11CDF (or 0xA11CDF) is known color: Dark Orchid. HEX triplet: A1, 1C and DF. RGB value is (161,28,223). Sum of RGB (Red+Green+Blue) = 161+28+223=412 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.08% from 412); Green value is 28 (11.33% from 255 or 6.80% from 412); Blue value is 223 (87.5% from 255 or 54.13% from 412); Max value from RGB is 223 - color contains mainly: blue. Hex color #A11CDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A11CDF is #5EE320. Grayscale: #595959. Windows color (decimal): -6218529 or 14621857. OLE color: 14621857.

HSL color Cylindrical-coordinate representation of color #A11CDF: hue angle of 280.92º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A11CDF is Cyan = 0.28, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 161 28 223 -
CMYK 0.28 0.87 0 0.13
HSL 280.92º 0.78% 0.49% -
HSV(B) 280.92º 0.87% 0.87% -
XYZ 28.43 13.74 70.96 -
YUV 90 203.06 178.64 -
System Red Green Blue C M Y K H S L
Decimal 161 28 223 0.28 0.87 0 0.13 280.92 0.78 0.49
Hex A1 1C DF 1C 57 0 D 119 4E 31
Octal 241 34 337 34 127 0 15 431 116 61
Binary 10100001 11100 11011111 11100 1010111 0 1101 100011001 1001110 110001

Color Harmonies of #A11CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11CDF

Black with #A11CDF

Text Example


Text Example

White with #A11CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11CDF; }

 p { color: rgb(161,28,223); }

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

background-color css

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

 a { background-color: rgb(161,28,223); }

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

border-color css

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

 span { border-color: rgb(161,28,223); }

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