Html Css Color HEX #A01CDA Dark Orchid

📋 copy color: '#A01CDA'

red 160 ◦ green 28 ◦ blue 218

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

Shades of Dark Orchid #A01CDA

Tints of Dark Orchid #A01CDA

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.9%

 BLUE value IS 218 (85.55% from 255) = 53.69%

R = 39.41%
G = 6.9%
B = 53.69%

CMYK

 C value IS 0.27

 M value IS 0.87

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A01CDA (or 0xA01CDA) is known color: Dark Orchid. HEX triplet: A0, 1C and DA. RGB value is (160,28,218). Sum of RGB (Red+Green+Blue) = 160+28+218=406 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.41% from 406); Green value is 28 (11.33% from 255 or 6.90% from 406); Blue value is 218 (85.55% from 255 or 53.69% from 406); Max value from RGB is 218 - color contains mainly: blue. Hex color #A01CDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A01CDA is #5FE325. Grayscale: #585858. Windows color (decimal): -6284070 or 14294176. OLE color: 14294176.

HSL color Cylindrical-coordinate representation of color #A01CDA: hue angle of 281.68º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A01CDA is Cyan = 0.27, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 160 28 218 -
CMYK 0.27 0.87 0 0.15
HSL 281.68º 0.77% 0.48% -
HSV(B) 281.68º 0.87% 0.85% -
XYZ 27.57 13.37 67.46 -
YUV 89.13 200.73 178.55 -
System Red Green Blue C M Y K H S L
Decimal 160 28 218 0.27 0.87 0 0.15 281.68 0.77 0.48
Hex A0 1C DA 1B 57 0 F 11A 4D 30
Octal 240 34 332 33 127 0 17 432 115 60
Binary 10100000 11100 11011010 11011 1010111 0 1111 100011010 1001101 110000

Color Harmonies of #A01CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01CDA

Black with #A01CDA

Text Example


Text Example

White with #A01CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01CDA; }

 p { color: rgb(160,28,218); }

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

background-color css

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

 a { background-color: rgb(160,28,218); }

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

border-color css

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

 span { border-color: rgb(160,28,218); }

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