Html Css Color HEX #A027DE Dark Orchid

📋 copy color: '#A027DE'

red 160 ◦ green 39 ◦ blue 222

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

Shades of Dark Orchid #A027DE

Tints of Dark Orchid #A027DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 52.73%

R = 38%
G = 9.26%
B = 52.73%

CMYK

 C value IS 0.28

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A027DE (or 0xA027DE) is known color: Dark Orchid. HEX triplet: A0, 27 and DE. RGB value is (160,39,222). Sum of RGB (Red+Green+Blue) = 160+39+222=421 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.00% from 421); Green value is 39 (15.62% from 255 or 9.26% from 421); Blue value is 222 (87.11% from 255 or 52.73% from 421); Max value from RGB is 222 - color contains mainly: blue. Hex color #A027DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A027DE is #5FD821. Grayscale: #5F5F5F. Windows color (decimal): -6281250 or 14559136. OLE color: 14559136.

HSL color Cylindrical-coordinate representation of color #A027DE: hue angle of 279.67º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A027DE is Cyan = 0.28, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 160 39 222 -
CMYK 0.28 0.82 0 0.13
HSL 279.67º 0.73% 0.51% -
HSV(B) 279.67º 0.82% 0.87% -
XYZ 28.41 14.2 70.35 -
YUV 96.04 199.09 173.62 -
System Red Green Blue C M Y K H S L
Decimal 160 39 222 0.28 0.82 0 0.13 279.67 0.73 0.51
Hex A0 27 DE 1C 52 0 D 118 49 33
Octal 240 47 336 34 122 0 15 430 111 63
Binary 10100000 100111 11011110 11100 1010010 0 1101 100011000 1001001 110011

Color Harmonies of #A027DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A027DE

Black with #A027DE

Text Example


Text Example

White with #A027DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A027DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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