Html Css Color HEX #A027C1 Dark Orchid

📋 copy color: '#A027C1'

red 160 ◦ green 39 ◦ blue 193

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

Shades of Dark Orchid #A027C1

Tints of Dark Orchid #A027C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 49.23%

R = 40.82%
G = 9.95%
B = 49.23%

CMYK

 C value IS 0.17

 M value IS 0.80

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A027C1 (or 0xA027C1) is known color: Dark Orchid. HEX triplet: A0, 27 and C1. RGB value is (160,39,193). Sum of RGB (Red+Green+Blue) = 160+39+193=392 (51% of max value = 765). Red value is 160 (62.89% from 255 or 40.82% from 392); Green value is 39 (15.62% from 255 or 9.95% from 392); Blue value is 193 (75.78% from 255 or 49.23% from 392); Max value from RGB is 193 - color contains mainly: blue. Hex color #A027C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A027C1 is #5FD83E. Grayscale: #5C5C5C. Windows color (decimal): -6281279 or 12658592. OLE color: 12658592.

HSL color Cylindrical-coordinate representation of color #A027C1: hue angle of 287.14º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A027C1 is Cyan = 0.17, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 160 39 193 -
CMYK 0.17 0.80 0 0.24
HSL 287.14º 0.66% 0.45% -
HSV(B) 287.14º 0.8% 0.76% -
XYZ 24.85 12.77 51.61 -
YUV 92.74 184.59 175.98 -
System Red Green Blue C M Y K H S L
Decimal 160 39 193 0.17 0.80 0 0.24 287.14 0.66 0.45
Hex A0 27 C1 11 50 0 18 11F 42 2D
Octal 240 47 301 21 120 0 30 437 102 55
Binary 10100000 100111 11000001 10001 1010000 0 11000 100011111 1000010 101101

Color Harmonies of #A027C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A027C1

Black with #A027C1

Text Example


Text Example

White with #A027C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A027C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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