Html Css Color HEX #A218BA Dark Orchid

📋 copy color: '#A218BA'

red 162 ◦ green 24 ◦ blue 186

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

Shades of Dark Orchid #A218BA

Tints of Dark Orchid #A218BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 50%

R = 43.55%
G = 6.45%
B = 50%

CMYK

 C value IS 0.13

 M value IS 0.87

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A218BA (or 0xA218BA) is known color: Dark Orchid. HEX triplet: A2, 18 and BA. RGB value is (162,24,186). Sum of RGB (Red+Green+Blue) = 162+24+186=372 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.55% from 372); Green value is 24 (9.77% from 255 or 6.45% from 372); Blue value is 186 (73.05% from 255 or 50% from 372); Max value from RGB is 186 - color contains mainly: blue. Hex color #A218BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A218BA is #5DE745. Grayscale: #535353. Windows color (decimal): -6154054 or 12196002. OLE color: 12196002.

HSL color Cylindrical-coordinate representation of color #A218BA: hue angle of 291.11º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A218BA is Cyan = 0.13, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 162 24 186 -
CMYK 0.13 0.87 0 0.27
HSL 291.11º 0.77% 0.41% -
HSV(B) 291.11º 0.87% 0.73% -
XYZ 24.09 11.88 47.48 -
YUV 83.73 185.72 183.83 -
System Red Green Blue C M Y K H S L
Decimal 162 24 186 0.13 0.87 0 0.27 291.11 0.77 0.41
Hex A2 18 BA D 57 0 1B 123 4D 29
Octal 242 30 272 15 127 0 33 443 115 51
Binary 10100010 11000 10111010 1101 1010111 0 11011 100100011 1001101 101001

Color Harmonies of #A218BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A218BA

Black with #A218BA

Text Example


Text Example

White with #A218BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A218BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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