Html Css Color HEX #A218CC Dark Orchid

📋 copy color: '#A218CC'

red 162 ◦ green 24 ◦ blue 204

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

Shades of Dark Orchid #A218CC

Tints of Dark Orchid #A218CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 52.31%

R = 41.54%
G = 6.15%
B = 52.31%

CMYK

 C value IS 0.21

 M value IS 0.88

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A218CC (or 0xA218CC) is known color: Dark Orchid. HEX triplet: A2, 18 and CC. RGB value is (162,24,204). Sum of RGB (Red+Green+Blue) = 162+24+204=390 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.54% from 390); Green value is 24 (9.77% from 255 or 6.15% from 390); Blue value is 204 (80.08% from 255 or 52.31% from 390); Max value from RGB is 204 - color contains mainly: blue. Hex color #A218CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A218CC is #5DE733. Grayscale: #555555. Windows color (decimal): -6154036 or 13375650. OLE color: 13375650.

HSL color Cylindrical-coordinate representation of color #A218CC: hue angle of 286º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A218CC is Cyan = 0.21, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 162 24 204 -
CMYK 0.21 0.88 0 0.2
HSL 286º 0.79% 0.45% -
HSV(B) 286º 0.88% 0.8% -
XYZ 26.13 12.69 58.2 -
YUV 85.78 194.72 182.36 -
System Red Green Blue C M Y K H S L
Decimal 162 24 204 0.21 0.88 0 0.2 286 0.79 0.45
Hex A2 18 CC 15 58 0 14 11E 4F 2D
Octal 242 30 314 25 130 0 24 436 117 55
Binary 10100010 11000 11001100 10101 1011000 0 10100 100011110 1001111 101101

Color Harmonies of #A218CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A218CC

Black with #A218CC

Text Example


Text Example

White with #A218CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A218CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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