Html Css Color HEX #A81FC0 Dark Orchid

📋 copy color: '#A81FC0'

red 168 ◦ green 31 ◦ blue 192

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

Shades of Dark Orchid #A81FC0

Tints of Dark Orchid #A81FC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 49.1%

R = 42.97%
G = 7.93%
B = 49.1%

CMYK

 C value IS 0.12

 M value IS 0.84

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A81FC0 (or 0xA81FC0) is known color: Dark Orchid. HEX triplet: A8, 1F and C0. RGB value is (168,31,192). Sum of RGB (Red+Green+Blue) = 168+31+192=391 (51% of max value = 765). Red value is 168 (66.02% from 255 or 42.97% from 391); Green value is 31 (12.5% from 255 or 7.93% from 391); Blue value is 192 (75.39% from 255 or 49.10% from 391); Max value from RGB is 192 - color contains mainly: blue. Hex color #A81FC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A81FC0 is #57E03F. Grayscale: #595959. Windows color (decimal): -5759040 or 12591016. OLE color: 12591016.

HSL color Cylindrical-coordinate representation of color #A81FC0: hue angle of 291.06º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A81FC0 is Cyan = 0.12, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 168 31 192 -
CMYK 0.12 0.84 0 0.25
HSL 291.06º 0.72% 0.44% -
HSV(B) 291.06º 0.84% 0.75% -
XYZ 26.15 13.11 51.02 -
YUV 90.32 185.39 183.41 -
System Red Green Blue C M Y K H S L
Decimal 168 31 192 0.12 0.84 0 0.25 291.06 0.72 0.44
Hex A8 1F C0 C 54 0 19 123 48 2C
Octal 250 37 300 14 124 0 31 443 110 54
Binary 10101000 11111 11000000 1100 1010100 0 11001 100100011 1001000 101100

Color Harmonies of #A81FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81FC0

Black with #A81FC0

Text Example


Text Example

White with #A81FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81FC0; }

 p { color: rgb(168,31,192); }

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

background-color css

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

 a { background-color: rgb(168,31,192); }

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

border-color css

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

 span { border-color: rgb(168,31,192); }

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