Html Css Color HEX #A217AE Dark Orchid

📋 copy color: '#A217AE'

red 162 ◦ green 23 ◦ blue 174

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

Shades of Dark Orchid #A217AE

Tints of Dark Orchid #A217AE

RGB

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

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

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

R = 45.13%
G = 6.41%
B = 48.47%

CMYK

 C value IS 0.07

 M value IS 0.87

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A217AE (or 0xA217AE) is known color: Dark Orchid. HEX triplet: A2, 17 and AE. RGB value is (162,23,174). Sum of RGB (Red+Green+Blue) = 162+23+174=359 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.13% from 359); Green value is 23 (9.38% from 255 or 6.41% from 359); Blue value is 174 (68.36% from 255 or 48.47% from 359); Max value from RGB is 174 - color contains mainly: blue. Hex color #A217AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A217AE is #5DE851. Grayscale: #515151. Windows color (decimal): -6154322 or 11409314. OLE color: 11409314.

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

Color convert

RGB 162 23 174 -
CMYK 0.07 0.87 0 0.32
HSL 295.23º 0.77% 0.39% -
HSV(B) 295.23º 0.87% 0.68% -
XYZ 22.85 11.35 41.03 -
YUV 81.78 180.05 185.22 -
System Red Green Blue C M Y K H S L
Decimal 162 23 174 0.07 0.87 0 0.32 295.23 0.77 0.39
Hex A2 17 AE 7 57 0 20 127 4D 27
Octal 242 27 256 7 127 0 40 447 115 47
Binary 10100010 10111 10101110 111 1010111 0 100000 100100111 1001101 100111

Color Harmonies of #A217AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A217AE

Black with #A217AE

Text Example


Text Example

White with #A217AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A217AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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