Html Css Color HEX #A11FDA Dark Orchid

📋 copy color: '#A11FDA'

red 161 ◦ green 31 ◦ blue 218

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

Shades of Dark Orchid #A11FDA

Tints of Dark Orchid #A11FDA

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.56%

 BLUE value IS 218 (85.55% from 255) = 53.17%

R = 39.27%
G = 7.56%
B = 53.17%

CMYK

 C value IS 0.26

 M value IS 0.86

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A11FDA (or 0xA11FDA) is known color: Dark Orchid. HEX triplet: A1, 1F and DA. RGB value is (161,31,218). Sum of RGB (Red+Green+Blue) = 161+31+218=410 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.27% from 410); Green value is 31 (12.5% from 255 or 7.56% from 410); Blue value is 218 (85.55% from 255 or 53.17% from 410); Max value from RGB is 218 - color contains mainly: blue. Hex color #A11FDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A11FDA is #5EE025. Grayscale: #5A5A5A. Windows color (decimal): -6217766 or 14294945. OLE color: 14294945.

HSL color Cylindrical-coordinate representation of color #A11FDA: hue angle of 281.71º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A11FDA is Cyan = 0.26, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 161 31 218 -
CMYK 0.26 0.86 0 0.15
HSL 281.71º 0.75% 0.49% -
HSV(B) 281.71º 0.86% 0.85% -
XYZ 27.84 13.62 67.49 -
YUV 91.19 199.57 177.79 -
System Red Green Blue C M Y K H S L
Decimal 161 31 218 0.26 0.86 0 0.15 281.71 0.75 0.49
Hex A1 1F DA 1A 56 0 F 11A 4B 31
Octal 241 37 332 32 126 0 17 432 113 61
Binary 10100001 11111 11011010 11010 1010110 0 1111 100011010 1001011 110001

Color Harmonies of #A11FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11FDA

Black with #A11FDA

Text Example


Text Example

White with #A11FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11FDA; }

 p { color: rgb(161,31,218); }

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

background-color css

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

 a { background-color: rgb(161,31,218); }

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

border-color css

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

 span { border-color: rgb(161,31,218); }

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