Html Css Color HEX #A01CCA Dark Orchid

📋 copy color: '#A01CCA'

red 160 ◦ green 28 ◦ blue 202

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

Shades of Dark Orchid #A01CCA

Tints of Dark Orchid #A01CCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 51.79%

R = 41.03%
G = 7.18%
B = 51.79%

CMYK

 C value IS 0.21

 M value IS 0.86

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A01CCA (or 0xA01CCA) is known color: Dark Orchid. HEX triplet: A0, 1C and CA. RGB value is (160,28,202). Sum of RGB (Red+Green+Blue) = 160+28+202=390 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.03% from 390); Green value is 28 (11.33% from 255 or 7.18% from 390); Blue value is 202 (79.30% from 255 or 51.79% from 390); Max value from RGB is 202 - color contains mainly: blue. Hex color #A01CCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A01CCA is #5FE335. Grayscale: #565656. Windows color (decimal): -6284086 or 13245600. OLE color: 13245600.

HSL color Cylindrical-coordinate representation of color #A01CCA: hue angle of 285.52º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A01CCA is Cyan = 0.21, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 160 28 202 -
CMYK 0.21 0.86 0 0.21
HSL 285.52º 0.76% 0.45% -
HSV(B) 285.52º 0.86% 0.79% -
XYZ 25.57 12.57 56.96 -
YUV 87.3 192.73 179.85 -
System Red Green Blue C M Y K H S L
Decimal 160 28 202 0.21 0.86 0 0.21 285.52 0.76 0.45
Hex A0 1C CA 15 56 0 15 11E 4C 2D
Octal 240 34 312 25 126 0 25 436 114 55
Binary 10100000 11100 11001010 10101 1010110 0 10101 100011110 1001100 101101

Color Harmonies of #A01CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01CCA

Black with #A01CCA

Text Example


Text Example

White with #A01CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01CCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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