Html Css Color HEX #A218BE Dark Orchid

📋 copy color: '#A218BE'

red 162 ◦ green 24 ◦ blue 190

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

Shades of Dark Orchid #A218BE

Tints of Dark Orchid #A218BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 50.53%

R = 43.09%
G = 6.38%
B = 50.53%

CMYK

 C value IS 0.15

 M value IS 0.87

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A218BE (or 0xA218BE) is known color: Dark Orchid. HEX triplet: A2, 18 and BE. RGB value is (162,24,190). Sum of RGB (Red+Green+Blue) = 162+24+190=376 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.09% from 376); Green value is 24 (9.77% from 255 or 6.38% from 376); Blue value is 190 (74.61% from 255 or 50.53% from 376); Max value from RGB is 190 - color contains mainly: blue. Hex color #A218BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A218BE is #5DE741. Grayscale: #535353. Windows color (decimal): -6154050 or 12458146. OLE color: 12458146.

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

Color convert

RGB 162 24 190 -
CMYK 0.15 0.87 0 0.25
HSL 289.88º 0.78% 0.42% -
HSV(B) 289.88º 0.87% 0.75% -
XYZ 24.52 12.05 49.75 -
YUV 84.19 187.72 183.5 -
System Red Green Blue C M Y K H S L
Decimal 162 24 190 0.15 0.87 0 0.25 289.88 0.78 0.42
Hex A2 18 BE F 57 0 19 122 4E 2A
Octal 242 30 276 17 127 0 31 442 116 52
Binary 10100010 11000 10111110 1111 1010111 0 11001 100100010 1001110 101010

Color Harmonies of #A218BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A218BE

Black with #A218BE

Text Example


Text Example

White with #A218BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A218BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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