Html Css Color HEX #A11BDF Dark Orchid

📋 copy color: '#A11BDF'

red 161 ◦ green 27 ◦ blue 223

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

Shades of Dark Orchid #A11BDF

Tints of Dark Orchid #A11BDF

RGB

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

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

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

R = 39.17%
G = 6.57%
B = 54.26%

CMYK

 C value IS 0.28

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A11BDF (or 0xA11BDF) is known color: Dark Orchid. HEX triplet: A1, 1B and DF. RGB value is (161,27,223). Sum of RGB (Red+Green+Blue) = 161+27+223=411 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.17% from 411); Green value is 27 (10.94% from 255 or 6.57% from 411); Blue value is 223 (87.5% from 255 or 54.26% from 411); Max value from RGB is 223 - color contains mainly: blue. Hex color #A11BDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A11BDF is #5EE420. Grayscale: #585858. Windows color (decimal): -6218785 or 14621601. OLE color: 14621601.

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

Color convert

RGB 161 27 223 -
CMYK 0.28 0.88 0 0.13
HSL 281.02º 0.78% 0.49% -
HSV(B) 281.02º 0.88% 0.87% -
XYZ 28.41 13.69 70.96 -
YUV 89.41 203.39 179.06 -
System Red Green Blue C M Y K H S L
Decimal 161 27 223 0.28 0.88 0 0.13 281.02 0.78 0.49
Hex A1 1B DF 1C 58 0 D 119 4E 31
Octal 241 33 337 34 130 0 15 431 116 61
Binary 10100001 11011 11011111 11100 1011000 0 1101 100011001 1001110 110001

Color Harmonies of #A11BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11BDF

Black with #A11BDF

Text Example


Text Example

White with #A11BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11BDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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