Html Css Color HEX #A81ECB Dark Orchid

📋 copy color: '#A81ECB'

red 168 ◦ green 30 ◦ blue 203

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

Shades of Dark Orchid #A81ECB

Tints of Dark Orchid #A81ECB

RGB

 RED value IS 168 (66.02% from 255) = 41.9%

 GREEN value IS 30 (12.11% from 255) = 7.48%

 BLUE value IS 203 (79.69% from 255) = 50.62%

R = 41.9%
G = 7.48%
B = 50.62%

CMYK

 C value IS 0.17

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A81ECB (or 0xA81ECB) is known color: Dark Orchid. HEX triplet: A8, 1E and CB. RGB value is (168,30,203). Sum of RGB (Red+Green+Blue) = 168+30+203=401 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.90% from 401); Green value is 30 (12.11% from 255 or 7.48% from 401); Blue value is 203 (79.69% from 255 or 50.62% from 401); Max value from RGB is 203 - color contains mainly: blue. Hex color #A81ECB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A81ECB is #57E134. Grayscale: #5A5A5A. Windows color (decimal): -5759285 or 13311656. OLE color: 13311656.

HSL color Cylindrical-coordinate representation of color #A81ECB: hue angle of 287.86º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A81ECB is Cyan = 0.17, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 168 30 203 -
CMYK 0.17 0.85 0 0.20
HSL 287.86º 0.74% 0.46% -
HSV(B) 287.86º 0.85% 0.8% -
XYZ 27.39 13.57 57.67 -
YUV 90.98 191.22 182.93 -
System Red Green Blue C M Y K H S L
Decimal 168 30 203 0.17 0.85 0 0.20 287.86 0.74 0.46
Hex A8 1E CB 11 55 0 14 120 4A 2E
Octal 250 36 313 21 125 0 24 440 112 56
Binary 10101000 11110 11001011 10001 1010101 0 10100 100100000 1001010 101110

Color Harmonies of #A81ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81ECB

Black with #A81ECB

Text Example


Text Example

White with #A81ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81ECB; }

 p { color: rgb(168,30,203); }

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

background-color css

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

 a { background-color: rgb(168,30,203); }

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

border-color css

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

 span { border-color: rgb(168,30,203); }

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