Html Css Color HEX #A01CCF Dark Orchid

📋 copy color: '#A01CCF'

red 160 ◦ green 28 ◦ blue 207

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

Shades of Dark Orchid #A01CCF

Tints of Dark Orchid #A01CCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 52.41%

R = 40.51%
G = 7.09%
B = 52.41%

CMYK

 C value IS 0.23

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A01CCF (or 0xA01CCF) is known color: Dark Orchid. HEX triplet: A0, 1C and CF. RGB value is (160,28,207). Sum of RGB (Red+Green+Blue) = 160+28+207=395 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.51% from 395); Green value is 28 (11.33% from 255 or 7.09% from 395); Blue value is 207 (81.25% from 255 or 52.41% from 395); Max value from RGB is 207 - color contains mainly: blue. Hex color #A01CCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A01CCF is #5FE330. Grayscale: #575757. Windows color (decimal): -6284081 or 13573280. OLE color: 13573280.

HSL color Cylindrical-coordinate representation of color #A01CCF: hue angle of 284.25º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A01CCF is Cyan = 0.23, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 160 28 207 -
CMYK 0.23 0.86 0 0.19
HSL 284.25º 0.76% 0.46% -
HSV(B) 284.25º 0.86% 0.81% -
XYZ 26.17 12.81 60.12 -
YUV 87.87 195.23 179.45 -
System Red Green Blue C M Y K H S L
Decimal 160 28 207 0.23 0.86 0 0.19 284.25 0.76 0.46
Hex A0 1C CF 17 56 0 13 11C 4C 2E
Octal 240 34 317 27 126 0 23 434 114 56
Binary 10100000 11100 11001111 10111 1010110 0 10011 100011100 1001100 101110

Color Harmonies of #A01CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01CCF

Black with #A01CCF

Text Example


Text Example

White with #A01CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01CCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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