Html Css Color HEX #A027CB Dark Orchid

📋 copy color: '#A027CB'

red 160 ◦ green 39 ◦ blue 203

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

Shades of Dark Orchid #A027CB

Tints of Dark Orchid #A027CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 50.5%

R = 39.8%
G = 9.7%
B = 50.5%

CMYK

 C value IS 0.21

 M value IS 0.81

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A027CB (or 0xA027CB) is known color: Dark Orchid. HEX triplet: A0, 27 and CB. RGB value is (160,39,203). Sum of RGB (Red+Green+Blue) = 160+39+203=402 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.80% from 402); Green value is 39 (15.62% from 255 or 9.70% from 402); Blue value is 203 (79.69% from 255 or 50.50% from 402); Max value from RGB is 203 - color contains mainly: blue. Hex color #A027CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A027CB is #5FD834. Grayscale: #5D5D5D. Windows color (decimal): -6281269 or 13313952. OLE color: 13313952.

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

Color convert

RGB 160 39 203 -
CMYK 0.21 0.81 0 0.20
HSL 284.27º 0.68% 0.47% -
HSV(B) 284.27º 0.81% 0.8% -
XYZ 26 13.24 57.68 -
YUV 93.88 189.59 175.16 -
System Red Green Blue C M Y K H S L
Decimal 160 39 203 0.21 0.81 0 0.20 284.27 0.68 0.47
Hex A0 27 CB 15 51 0 14 11C 44 2F
Octal 240 47 313 25 121 0 24 434 104 57
Binary 10100000 100111 11001011 10101 1010001 0 10100 100011100 1000100 101111

Color Harmonies of #A027CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A027CB

Black with #A027CB

Text Example


Text Example

White with #A027CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A027CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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