Html Css Color HEX #A63BCA Dark Orchid

📋 copy color: '#A63BCA'

red 166 ◦ green 59 ◦ blue 202

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

Shades of Dark Orchid #A63BCA

Tints of Dark Orchid #A63BCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 47.31%

R = 38.88%
G = 13.82%
B = 47.31%

CMYK

 C value IS 0.18

 M value IS 0.71

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A63BCA (or 0xA63BCA) is known color: Dark Orchid. HEX triplet: A6, 3B and CA. RGB value is (166,59,202). Sum of RGB (Red+Green+Blue) = 166+59+202=427 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.88% from 427); Green value is 59 (23.44% from 255 or 13.82% from 427); Blue value is 202 (79.30% from 255 or 47.31% from 427); Max value from RGB is 202 - color contains mainly: blue. Hex color #A63BCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A63BCA is #59C435. Grayscale: #6A6A6A. Windows color (decimal): -5882934 or 13253542. OLE color: 13253542.

HSL color Cylindrical-coordinate representation of color #A63BCA: hue angle of 284.9º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A63BCA is Cyan = 0.18, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 166 59 202 -
CMYK 0.18 0.71 0 0.21
HSL 284.9º 0.57% 0.51% -
HSV(B) 284.9º 0.71% 0.79% -
XYZ 27.95 15.5 57.4 -
YUV 107.3 181.45 169.87 -
System Red Green Blue C M Y K H S L
Decimal 166 59 202 0.18 0.71 0 0.21 284.9 0.57 0.51
Hex A6 3B CA 12 47 0 15 11D 39 33
Octal 246 73 312 22 107 0 25 435 71 63
Binary 10100110 111011 11001010 10010 1000111 0 10101 100011101 111001 110011

Color Harmonies of #A63BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63BCA

Black with #A63BCA

Text Example


Text Example

White with #A63BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63BCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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