Html Css Color HEX #A81CCD Dark Orchid

📋 copy color: '#A81CCD'

red 168 ◦ green 28 ◦ blue 205

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

Shades of Dark Orchid #A81CCD

Tints of Dark Orchid #A81CCD

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.98%

 BLUE value IS 205 (80.47% from 255) = 51.12%

R = 41.9%
G = 6.98%
B = 51.12%

CMYK

 C value IS 0.18

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A81CCD (or 0xA81CCD) is known color: Dark Orchid. HEX triplet: A8, 1C and CD. RGB value is (168,28,205). Sum of RGB (Red+Green+Blue) = 168+28+205=401 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.90% from 401); Green value is 28 (11.33% from 255 or 6.98% from 401); Blue value is 205 (80.47% from 255 or 51.12% from 401); Max value from RGB is 205 - color contains mainly: blue. Hex color #A81CCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A81CCD is #57E332. Grayscale: #595959. Windows color (decimal): -5759795 or 13442216. OLE color: 13442216.

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

Color convert

RGB 168 28 205 -
CMYK 0.18 0.86 0 0.20
HSL 287.46º 0.76% 0.46% -
HSV(B) 287.46º 0.86% 0.8% -
XYZ 27.58 13.56 58.92 -
YUV 90.04 192.88 183.61 -
System Red Green Blue C M Y K H S L
Decimal 168 28 205 0.18 0.86 0 0.20 287.46 0.76 0.46
Hex A8 1C CD 12 56 0 14 11F 4C 2E
Octal 250 34 315 22 126 0 24 437 114 56
Binary 10101000 11100 11001101 10010 1010110 0 10100 100011111 1001100 101110

Color Harmonies of #A81CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81CCD

Black with #A81CCD

Text Example


Text Example

White with #A81CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81CCD; }

 p { color: rgb(168,28,205); }

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

background-color css

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

 a { background-color: rgb(168,28,205); }

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

border-color css

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

 span { border-color: rgb(168,28,205); }

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