Html Css Color HEX #A227CE Dark Orchid

📋 copy color: '#A227CE'

red 162 ◦ green 39 ◦ blue 206

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

Shades of Dark Orchid #A227CE

Tints of Dark Orchid #A227CE

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.58%

 BLUE value IS 206 (80.86% from 255) = 50.61%

R = 39.8%
G = 9.58%
B = 50.61%

CMYK

 C value IS 0.21

 M value IS 0.81

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A227CE (or 0xA227CE) is known color: Dark Orchid. HEX triplet: A2, 27 and CE. RGB value is (162,39,206). Sum of RGB (Red+Green+Blue) = 162+39+206=407 (53% of max value = 765). Red value is 162 (63.67% from 255 or 39.80% from 407); Green value is 39 (15.62% from 255 or 9.58% from 407); Blue value is 206 (80.86% from 255 or 50.61% from 407); Max value from RGB is 206 - color contains mainly: blue. Hex color #A227CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A227CE is #5DD831. Grayscale: #5E5E5E. Windows color (decimal): -6150194 or 13510562. OLE color: 13510562.

HSL color Cylindrical-coordinate representation of color #A227CE: hue angle of 284.19º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A227CE is Cyan = 0.21, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 162 39 206 -
CMYK 0.21 0.81 0 0.19
HSL 284.19º 0.68% 0.48% -
HSV(B) 284.19º 0.81% 0.81% -
XYZ 26.77 13.59 59.6 -
YUV 94.82 190.75 175.92 -
System Red Green Blue C M Y K H S L
Decimal 162 39 206 0.21 0.81 0 0.19 284.19 0.68 0.48
Hex A2 27 CE 15 51 0 13 11C 44 30
Octal 242 47 316 25 121 0 23 434 104 60
Binary 10100010 100111 11001110 10101 1010001 0 10011 100011100 1000100 110000

Color Harmonies of #A227CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A227CE

Black with #A227CE

Text Example


Text Example

White with #A227CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A227CE; }

 p { color: rgb(162,39,206); }

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

background-color css

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

 a { background-color: rgb(162,39,206); }

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

border-color css

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

 span { border-color: rgb(162,39,206); }

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