Html Css Color HEX #A11BCA Dark Orchid

📋 copy color: '#A11BCA'

red 161 ◦ green 27 ◦ blue 202

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

Shades of Dark Orchid #A11BCA

Tints of Dark Orchid #A11BCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 51.79%

R = 41.28%
G = 6.92%
B = 51.79%

CMYK

 C value IS 0.20

 M value IS 0.87

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A11BCA (or 0xA11BCA) is known color: Dark Orchid. HEX triplet: A1, 1B and CA. RGB value is (161,27,202). Sum of RGB (Red+Green+Blue) = 161+27+202=390 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.28% from 390); Green value is 27 (10.94% from 255 or 6.92% from 390); Blue value is 202 (79.30% from 255 or 51.79% from 390); Max value from RGB is 202 - color contains mainly: blue. Hex color #A11BCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A11BCA is #5EE435. Grayscale: #565656. Windows color (decimal): -6218806 or 13245345. OLE color: 13245345.

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

Color convert

RGB 161 27 202 -
CMYK 0.20 0.87 0 0.21
HSL 285.94º 0.76% 0.45% -
HSV(B) 285.94º 0.87% 0.79% -
XYZ 25.75 12.63 56.96 -
YUV 87.02 192.89 180.77 -
System Red Green Blue C M Y K H S L
Decimal 161 27 202 0.20 0.87 0 0.21 285.94 0.76 0.45
Hex A1 1B CA 14 57 0 15 11E 4C 2D
Octal 241 33 312 24 127 0 25 436 114 55
Binary 10100001 11011 11001010 10100 1010111 0 10101 100011110 1001100 101101

Color Harmonies of #A11BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11BCA

Black with #A11BCA

Text Example


Text Example

White with #A11BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11BCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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