Html Css Color HEX #A027CE Dark Orchid

📋 copy color: '#A027CE'

red 160 ◦ green 39 ◦ blue 206

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

Shades of Dark Orchid #A027CE

Tints of Dark Orchid #A027CE

RGB

 RED value IS 160 (62.89% from 255) = 39.51%

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

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

R = 39.51%
G = 9.63%
B = 50.86%

CMYK

 C value IS 0.22

 M value IS 0.81

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A027CE (or 0xA027CE) is known color: Dark Orchid. HEX triplet: A0, 27 and CE. RGB value is (160,39,206). Sum of RGB (Red+Green+Blue) = 160+39+206=405 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.51% from 405); Green value is 39 (15.62% from 255 or 9.63% from 405); Blue value is 206 (80.86% from 255 or 50.86% from 405); Max value from RGB is 206 - color contains mainly: blue. Hex color #A027CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A027CE is #5FD831. Grayscale: #5D5D5D. Windows color (decimal): -6281266 or 13510560. OLE color: 13510560.

HSL color Cylindrical-coordinate representation of color #A027CE: hue angle of 283.47º 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 #A027CE is Cyan = 0.22, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 160 39 206 -
CMYK 0.22 0.81 0 0.19
HSL 283.47º 0.68% 0.48% -
HSV(B) 283.47º 0.81% 0.81% -
XYZ 26.36 13.38 59.59 -
YUV 94.22 191.09 174.92 -
System Red Green Blue C M Y K H S L
Decimal 160 39 206 0.22 0.81 0 0.19 283.47 0.68 0.48
Hex A0 27 CE 16 51 0 13 11B 44 30
Octal 240 47 316 26 121 0 23 433 104 60
Binary 10100000 100111 11001110 10110 1010001 0 10011 100011011 1000100 110000

Color Harmonies of #A027CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A027CE

Black with #A027CE

Text Example


Text Example

White with #A027CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A027CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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