Html Css Color HEX #A63FC9 Dark Orchid

📋 copy color: '#A63FC9'

red 166 ◦ green 63 ◦ blue 201

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

Shades of Dark Orchid #A63FC9

Tints of Dark Orchid #A63FC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 46.74%

R = 38.6%
G = 14.65%
B = 46.74%

CMYK

 C value IS 0.17

 M value IS 0.69

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A63FC9 (or 0xA63FC9) is known color: Dark Orchid. HEX triplet: A6, 3F and C9. RGB value is (166,63,201). Sum of RGB (Red+Green+Blue) = 166+63+201=430 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.60% from 430); Green value is 63 (25% from 255 or 14.65% from 430); Blue value is 201 (78.91% from 255 or 46.74% from 430); Max value from RGB is 201 - color contains mainly: blue. Hex color #A63FC9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A63FC9 is #59C036. Grayscale: #6D6D6D. Windows color (decimal): -5881911 or 13189030. OLE color: 13189030.

HSL color Cylindrical-coordinate representation of color #A63FC9: hue angle of 284.78º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A63FC9 is Cyan = 0.17, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 166 63 201 -
CMYK 0.17 0.69 0 0.21
HSL 284.78º 0.56% 0.52% -
HSV(B) 284.78º 0.69% 0.79% -
XYZ 28.05 15.88 56.85 -
YUV 109.53 179.62 168.28 -
System Red Green Blue C M Y K H S L
Decimal 166 63 201 0.17 0.69 0 0.21 284.78 0.56 0.52
Hex A6 3F C9 11 45 0 15 11D 38 34
Octal 246 77 311 21 105 0 25 435 70 64
Binary 10100110 111111 11001001 10001 1000101 0 10101 100011101 111000 110100

Color Harmonies of #A63FC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63FC9

Black with #A63FC9

Text Example


Text Example

White with #A63FC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63FC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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