Html Css Color HEX #A63ECF Dark Orchid

📋 copy color: '#A63ECF'

red 166 ◦ green 62 ◦ blue 207

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

Shades of Dark Orchid #A63ECF

Tints of Dark Orchid #A63ECF

RGB

 RED value IS 166 (65.23% from 255) = 38.16%

 GREEN value IS 62 (24.61% from 255) = 14.25%

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

R = 38.16%
G = 14.25%
B = 47.59%

CMYK

 C value IS 0.20

 M value IS 0.70

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A63ECF (or 0xA63ECF) is known color: Dark Orchid. HEX triplet: A6, 3E and CF. RGB value is (166,62,207). Sum of RGB (Red+Green+Blue) = 166+62+207=435 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.16% from 435); Green value is 62 (24.61% from 255 or 14.25% from 435); Blue value is 207 (81.25% from 255 or 47.59% from 435); Max value from RGB is 207 - color contains mainly: blue. Hex color #A63ECF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A63ECF is #59C130. Grayscale: #6D6D6D. Windows color (decimal): -5882161 or 13581990. OLE color: 13581990.

HSL color Cylindrical-coordinate representation of color #A63ECF: hue angle of 283.03º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A63ECF is Cyan = 0.20, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 166 62 207 -
CMYK 0.20 0.70 0 0.19
HSL 283.03º 0.6% 0.53% -
HSV(B) 283.03º 0.7% 0.81% -
XYZ 28.71 16.06 60.62 -
YUV 109.63 182.96 168.21 -
System Red Green Blue C M Y K H S L
Decimal 166 62 207 0.20 0.70 0 0.19 283.03 0.6 0.53
Hex A6 3E CF 14 46 0 13 11B 3C 35
Octal 246 76 317 24 106 0 23 433 74 65
Binary 10100110 111110 11001111 10100 1000110 0 10011 100011011 111100 110101

Color Harmonies of #A63ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63ECF

Black with #A63ECF

Text Example


Text Example

White with #A63ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63ECF; }

 p { color: rgb(166,62,207); }

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

background-color css

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

 a { background-color: rgb(166,62,207); }

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

border-color css

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

 span { border-color: rgb(166,62,207); }

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