Html Css Color HEX #A63FC8 Dark Orchid

📋 copy color: '#A63FC8'

red 166 ◦ green 63 ◦ blue 200

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

Shades of Dark Orchid #A63FC8

Tints of Dark Orchid #A63FC8

RGB

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

 GREEN value IS 63 (25% from 255) = 14.69%

 BLUE value IS 200 (78.52% from 255) = 46.62%

R = 38.69%
G = 14.69%
B = 46.62%

CMYK

 C value IS 0.17

 M value IS 0.68

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A63FC8 (or 0xA63FC8) is known color: Dark Orchid. HEX triplet: A6, 3F and C8. RGB value is (166,63,200). Sum of RGB (Red+Green+Blue) = 166+63+200=429 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.69% from 429); Green value is 63 (25% from 255 or 14.69% from 429); Blue value is 200 (78.52% from 255 or 46.62% from 429); Max value from RGB is 200 - color contains mainly: blue. Hex color #A63FC8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A63FC8 is #59C037. Grayscale: #6C6C6C. Windows color (decimal): -5881912 or 13123494. OLE color: 13123494.

HSL color Cylindrical-coordinate representation of color #A63FC8: hue angle of 285.11º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A63FC8 is Cyan = 0.17, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 166 63 200 -
CMYK 0.17 0.68 0 0.22
HSL 285.11º 0.55% 0.52% -
HSV(B) 285.11º 0.69% 0.78% -
XYZ 27.93 15.83 56.23 -
YUV 109.42 179.12 168.36 -
System Red Green Blue C M Y K H S L
Decimal 166 63 200 0.17 0.68 0 0.22 285.11 0.55 0.52
Hex A6 3F C8 11 44 0 16 11D 37 34
Octal 246 77 310 21 104 0 26 435 67 64
Binary 10100110 111111 11001000 10001 1000100 0 10110 100011101 110111 110100

Color Harmonies of #A63FC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63FC8

Black with #A63FC8

Text Example


Text Example

White with #A63FC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63FC8; }

 p { color: rgb(166,63,200); }

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

background-color css

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

 a { background-color: rgb(166,63,200); }

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

border-color css

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

 span { border-color: rgb(166,63,200); }

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