Html Css Color HEX #A217BA Dark Orchid

📋 copy color: '#A217BA'

red 162 ◦ green 23 ◦ blue 186

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

Shades of Dark Orchid #A217BA

Tints of Dark Orchid #A217BA

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.2%

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

R = 43.67%
G = 6.2%
B = 50.13%

CMYK

 C value IS 0.13

 M value IS 0.88

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A217BA (or 0xA217BA) is known color: Dark Orchid. HEX triplet: A2, 17 and BA. RGB value is (162,23,186). Sum of RGB (Red+Green+Blue) = 162+23+186=371 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.67% from 371); Green value is 23 (9.38% from 255 or 6.20% from 371); Blue value is 186 (73.05% from 255 or 50.13% from 371); Max value from RGB is 186 - color contains mainly: blue. Hex color #A217BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A217BA is #5DE845. Grayscale: #525252. Windows color (decimal): -6154310 or 12195746. OLE color: 12195746.

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

Color convert

RGB 162 23 186 -
CMYK 0.13 0.88 0 0.27
HSL 291.17º 0.78% 0.41% -
HSV(B) 291.17º 0.88% 0.73% -
XYZ 24.07 11.84 47.47 -
YUV 83.14 186.05 184.25 -
System Red Green Blue C M Y K H S L
Decimal 162 23 186 0.13 0.88 0 0.27 291.17 0.78 0.41
Hex A2 17 BA D 58 0 1B 123 4E 29
Octal 242 27 272 15 130 0 33 443 116 51
Binary 10100010 10111 10111010 1101 1011000 0 11011 100100011 1001110 101001

Color Harmonies of #A217BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A217BA

Black with #A217BA

Text Example


Text Example

White with #A217BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A217BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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