Html Css Color HEX #A218C0 Dark Orchid

📋 copy color: '#A218C0'

red 162 ◦ green 24 ◦ blue 192

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

Shades of Dark Orchid #A218C0

Tints of Dark Orchid #A218C0

RGB

 RED value IS 162 (63.67% from 255) = 42.86%

 GREEN value IS 24 (9.77% from 255) = 6.35%

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

R = 42.86%
G = 6.35%
B = 50.79%

CMYK

 C value IS 0.16

 M value IS 0.88

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A218C0 (or 0xA218C0) is known color: Dark Orchid. HEX triplet: A2, 18 and C0. RGB value is (162,24,192). Sum of RGB (Red+Green+Blue) = 162+24+192=378 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.86% from 378); Green value is 24 (9.77% from 255 or 6.35% from 378); Blue value is 192 (75.39% from 255 or 50.79% from 378); Max value from RGB is 192 - color contains mainly: blue. Hex color #A218C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A218C0 is #5DE73F. Grayscale: #535353. Windows color (decimal): -6154048 or 12589218. OLE color: 12589218.

HSL color Cylindrical-coordinate representation of color #A218C0: hue angle of 289.29º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A218C0 is Cyan = 0.16, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 162 24 192 -
CMYK 0.16 0.88 0 0.25
HSL 289.29º 0.78% 0.42% -
HSV(B) 289.29º 0.88% 0.75% -
XYZ 24.74 12.14 50.91 -
YUV 84.41 188.72 183.34 -
System Red Green Blue C M Y K H S L
Decimal 162 24 192 0.16 0.88 0 0.25 289.29 0.78 0.42
Hex A2 18 C0 10 58 0 19 121 4E 2A
Octal 242 30 300 20 130 0 31 441 116 52
Binary 10100010 11000 11000000 10000 1011000 0 11001 100100001 1001110 101010

Color Harmonies of #A218C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A218C0

Black with #A218C0

Text Example


Text Example

White with #A218C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A218C0; }

 p { color: rgb(162,24,192); }

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

background-color css

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

 a { background-color: rgb(162,24,192); }

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

border-color css

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

 span { border-color: rgb(162,24,192); }

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