Html Css Color HEX #A81EC4 Dark Orchid

📋 copy color: '#A81EC4'

red 168 ◦ green 30 ◦ blue 196

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

Shades of Dark Orchid #A81EC4

Tints of Dark Orchid #A81EC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 49.75%

R = 42.64%
G = 7.61%
B = 49.75%

CMYK

 C value IS 0.14

 M value IS 0.85

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#A81EC4 (or 0xA81EC4) is known color: Dark Orchid. HEX triplet: A8, 1E and C4. RGB value is (168,30,196). Sum of RGB (Red+Green+Blue) = 168+30+196=394 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.64% from 394); Green value is 30 (12.11% from 255 or 7.61% from 394); Blue value is 196 (76.95% from 255 or 49.75% from 394); Max value from RGB is 196 - color contains mainly: blue. Hex color #A81EC4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A81EC4 is #57E13B. Grayscale: #595959. Windows color (decimal): -5759292 or 12852904. OLE color: 12852904.

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

Color convert

RGB 168 30 196 -
CMYK 0.14 0.85 0 0.23
HSL 289.88º 0.73% 0.44% -
HSV(B) 289.88º 0.85% 0.77% -
XYZ 26.58 13.24 53.38 -
YUV 90.19 187.72 183.5 -
System Red Green Blue C M Y K H S L
Decimal 168 30 196 0.14 0.85 0 0.23 289.88 0.73 0.44
Hex A8 1E C4 E 55 0 17 122 49 2C
Octal 250 36 304 16 125 0 27 442 111 54
Binary 10101000 11110 11000100 1110 1010101 0 10111 100100010 1001001 101100

Color Harmonies of #A81EC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81EC4

Black with #A81EC4

Text Example


Text Example

White with #A81EC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81EC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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