Html Css Color HEX #A81EC3 Dark Orchid

📋 copy color: '#A81EC3'

red 168 ◦ green 30 ◦ blue 195

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

Shades of Dark Orchid #A81EC3

Tints of Dark Orchid #A81EC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 49.62%

R = 42.75%
G = 7.63%
B = 49.62%

CMYK

 C value IS 0.14

 M value IS 0.85

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A81EC3 (or 0xA81EC3) is known color: Dark Orchid. HEX triplet: A8, 1E and C3. RGB value is (168,30,195). Sum of RGB (Red+Green+Blue) = 168+30+195=393 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.75% from 393); Green value is 30 (12.11% from 255 or 7.63% from 393); Blue value is 195 (76.56% from 255 or 49.62% from 393); Max value from RGB is 195 - color contains mainly: blue. Hex color #A81EC3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A81EC3 is #57E13C. Grayscale: #595959. Windows color (decimal): -5759293 or 12787368. OLE color: 12787368.

HSL color Cylindrical-coordinate representation of color #A81EC3: hue angle of 290.18º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A81EC3 is Cyan = 0.14, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 168 30 195 -
CMYK 0.14 0.85 0 0.24
HSL 290.18º 0.73% 0.44% -
HSV(B) 290.18º 0.85% 0.76% -
XYZ 26.46 13.19 52.78 -
YUV 90.07 187.22 183.58 -
System Red Green Blue C M Y K H S L
Decimal 168 30 195 0.14 0.85 0 0.24 290.18 0.73 0.44
Hex A8 1E C3 E 55 0 18 122 49 2C
Octal 250 36 303 16 125 0 30 442 111 54
Binary 10101000 11110 11000011 1110 1010101 0 11000 100100010 1001001 101100

Color Harmonies of #A81EC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81EC3

Black with #A81EC3

Text Example


Text Example

White with #A81EC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81EC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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