Html Css Color HEX #A027BC Dark Orchid

📋 copy color: '#A027BC'

red 160 ◦ green 39 ◦ blue 188

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

Shades of Dark Orchid #A027BC

Tints of Dark Orchid #A027BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 48.58%

R = 41.34%
G = 10.08%
B = 48.58%

CMYK

 C value IS 0.15

 M value IS 0.79

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A027BC (or 0xA027BC) is known color: Dark Orchid. HEX triplet: A0, 27 and BC. RGB value is (160,39,188). Sum of RGB (Red+Green+Blue) = 160+39+188=387 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.34% from 387); Green value is 39 (15.62% from 255 or 10.08% from 387); Blue value is 188 (73.83% from 255 or 48.58% from 387); Max value from RGB is 188 - color contains mainly: blue. Hex color #A027BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A027BC is #5FD843. Grayscale: #5B5B5B. Windows color (decimal): -6281284 or 12330912. OLE color: 12330912.

HSL color Cylindrical-coordinate representation of color #A027BC: hue angle of 288.72º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A027BC is Cyan = 0.15, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 160 39 188 -
CMYK 0.15 0.79 0 0.26
HSL 288.72º 0.66% 0.45% -
HSV(B) 288.72º 0.79% 0.74% -
XYZ 24.3 12.56 48.72 -
YUV 92.17 182.09 176.38 -
System Red Green Blue C M Y K H S L
Decimal 160 39 188 0.15 0.79 0 0.26 288.72 0.66 0.45
Hex A0 27 BC F 4F 0 1A 121 42 2D
Octal 240 47 274 17 117 0 32 441 102 55
Binary 10100000 100111 10111100 1111 1001111 0 11010 100100001 1000010 101101

Color Harmonies of #A027BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A027BC

Black with #A027BC

Text Example


Text Example

White with #A027BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A027BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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