Html Css Color HEX #A63DCF Dark Orchid

📋 copy color: '#A63DCF'

red 166 ◦ green 61 ◦ blue 207

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

Shades of Dark Orchid #A63DCF

Tints of Dark Orchid #A63DCF

RGB

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

 GREEN value IS 61 (24.22% from 255) = 14.06%

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

R = 38.25%
G = 14.06%
B = 47.7%

CMYK

 C value IS 0.20

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A63DCF (or 0xA63DCF) is known color: Dark Orchid. HEX triplet: A6, 3D and CF. RGB value is (166,61,207). Sum of RGB (Red+Green+Blue) = 166+61+207=434 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.25% from 434); Green value is 61 (24.22% from 255 or 14.06% from 434); Blue value is 207 (81.25% from 255 or 47.70% from 434); Max value from RGB is 207 - color contains mainly: blue. Hex color #A63DCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A63DCF is #59C230. Grayscale: #6C6C6C. Windows color (decimal): -5882417 or 13581734. OLE color: 13581734.

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

Color convert

RGB 166 61 207 -
CMYK 0.20 0.71 0 0.19
HSL 283.15º 0.6% 0.53% -
HSV(B) 283.15º 0.71% 0.81% -
XYZ 28.66 15.95 60.6 -
YUV 109.04 183.29 168.63 -
System Red Green Blue C M Y K H S L
Decimal 166 61 207 0.20 0.71 0 0.19 283.15 0.6 0.53
Hex A6 3D CF 14 47 0 13 11B 3C 35
Octal 246 75 317 24 107 0 23 433 74 65
Binary 10100110 111101 11001111 10100 1000111 0 10011 100011011 111100 110101

Color Harmonies of #A63DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63DCF

Black with #A63DCF

Text Example


Text Example

White with #A63DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63DCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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