Html Css Color HEX #A218AE Dark Orchid

📋 copy color: '#A218AE'

red 162 ◦ green 24 ◦ blue 174

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

Shades of Dark Orchid #A218AE

Tints of Dark Orchid #A218AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 48.33%

R = 45%
G = 6.67%
B = 48.33%

CMYK

 C value IS 0.07

 M value IS 0.86

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A218AE (or 0xA218AE) is known color: Dark Orchid. HEX triplet: A2, 18 and AE. RGB value is (162,24,174). Sum of RGB (Red+Green+Blue) = 162+24+174=360 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45% from 360); Green value is 24 (9.77% from 255 or 6.67% from 360); Blue value is 174 (68.36% from 255 or 48.33% from 360); Max value from RGB is 174 - color contains mainly: blue. Hex color #A218AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A218AE is #5DE751. Grayscale: #515151. Windows color (decimal): -6154066 or 11409570. OLE color: 11409570.

HSL color Cylindrical-coordinate representation of color #A218AE: hue angle of 295.2º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A218AE is Cyan = 0.07, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 162 24 174 -
CMYK 0.07 0.86 0 0.32
HSL 295.2º 0.76% 0.39% -
HSV(B) 295.2º 0.86% 0.68% -
XYZ 22.87 11.39 41.04 -
YUV 82.36 179.72 184.8 -
System Red Green Blue C M Y K H S L
Decimal 162 24 174 0.07 0.86 0 0.32 295.2 0.76 0.39
Hex A2 18 AE 7 56 0 20 127 4C 27
Octal 242 30 256 7 126 0 40 447 114 47
Binary 10100010 11000 10101110 111 1010110 0 100000 100100111 1001100 100111

Color Harmonies of #A218AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A218AE

Black with #A218AE

Text Example


Text Example

White with #A218AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A218AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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