Html Css Color HEX #A63BCF Dark Orchid

📋 copy color: '#A63BCF'

red 166 ◦ green 59 ◦ blue 207

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

Shades of Dark Orchid #A63BCF

Tints of Dark Orchid #A63BCF

RGB

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

 GREEN value IS 59 (23.44% from 255) = 13.66%

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

R = 38.43%
G = 13.66%
B = 47.92%

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

#A63BCF (or 0xA63BCF) is known color: Dark Orchid. HEX triplet: A6, 3B and CF. RGB value is (166,59,207). Sum of RGB (Red+Green+Blue) = 166+59+207=432 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.43% from 432); Green value is 59 (23.44% from 255 or 13.66% from 432); Blue value is 207 (81.25% from 255 or 47.92% from 432); Max value from RGB is 207 - color contains mainly: blue. Hex color #A63BCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A63BCF is #59C430. Grayscale: #6B6B6B. Windows color (decimal): -5882929 or 13581222. OLE color: 13581222.

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

Color convert

RGB 166 59 207 -
CMYK 0.20 0.71 0 0.19
HSL 283.38º 0.61% 0.52% -
HSV(B) 283.38º 0.71% 0.81% -
XYZ 28.55 15.74 60.56 -
YUV 107.87 183.95 169.47 -
System Red Green Blue C M Y K H S L
Decimal 166 59 207 0.20 0.71 0 0.19 283.38 0.61 0.52
Hex A6 3B CF 14 47 0 13 11B 3D 34
Octal 246 73 317 24 107 0 23 433 75 64
Binary 10100110 111011 11001111 10100 1000111 0 10011 100011011 111101 110100

Color Harmonies of #A63BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63BCF

Black with #A63BCF

Text Example


Text Example

White with #A63BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63BCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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