Html Css Color HEX #A81FCA Dark Orchid

📋 copy color: '#A81FCA'

red 168 ◦ green 31 ◦ blue 202

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

Shades of Dark Orchid #A81FCA

Tints of Dark Orchid #A81FCA

RGB

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

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

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

R = 41.9%
G = 7.73%
B = 50.37%

CMYK

 C value IS 0.17

 M value IS 0.85

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A81FCA (or 0xA81FCA) is known color: Dark Orchid. HEX triplet: A8, 1F and CA. RGB value is (168,31,202). Sum of RGB (Red+Green+Blue) = 168+31+202=401 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.90% from 401); Green value is 31 (12.5% from 255 or 7.73% from 401); Blue value is 202 (79.30% from 255 or 50.37% from 401); Max value from RGB is 202 - color contains mainly: blue. Hex color #A81FCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A81FCA is #57E035. Grayscale: #5A5A5A. Windows color (decimal): -5759030 or 13246376. OLE color: 13246376.

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

Color convert

RGB 168 31 202 -
CMYK 0.17 0.85 0 0.21
HSL 288.07º 0.73% 0.46% -
HSV(B) 288.07º 0.85% 0.79% -
XYZ 27.3 13.57 57.06 -
YUV 91.46 190.39 182.6 -
System Red Green Blue C M Y K H S L
Decimal 168 31 202 0.17 0.85 0 0.21 288.07 0.73 0.46
Hex A8 1F CA 11 55 0 15 120 49 2E
Octal 250 37 312 21 125 0 25 440 111 56
Binary 10101000 11111 11001010 10001 1010101 0 10101 100100000 1001001 101110

Color Harmonies of #A81FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81FCA

Black with #A81FCA

Text Example


Text Example

White with #A81FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81FCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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