Html Css Color HEX #A63FEA Dark Orchid

📋 copy color: '#A63FEA'

red 166 ◦ green 63 ◦ blue 234

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

Shades of Dark Orchid #A63FEA

Tints of Dark Orchid #A63FEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 50.54%

R = 35.85%
G = 13.61%
B = 50.54%

CMYK

 C value IS 0.29

 M value IS 0.73

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A63FEA (or 0xA63FEA) is known color: Dark Orchid. HEX triplet: A6, 3F and EA. RGB value is (166,63,234). Sum of RGB (Red+Green+Blue) = 166+63+234=463 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.85% from 463); Green value is 63 (25% from 255 or 13.61% from 463); Blue value is 234 (91.80% from 255 or 50.54% from 463); Max value from RGB is 234 - color contains mainly: blue. Hex color #A63FEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A63FEA is #59C015. Grayscale: #707070. Windows color (decimal): -5881878 or 15351718. OLE color: 15351718.

HSL color Cylindrical-coordinate representation of color #A63FEA: hue angle of 276.14º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A63FEA is Cyan = 0.29, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 166 63 234 -
CMYK 0.29 0.73 0 0.08
HSL 276.14º 0.8% 0.58% -
HSV(B) 276.14º 0.73% 0.92% -
XYZ 32.35 17.6 79.53 -
YUV 113.29 196.12 165.6 -
System Red Green Blue C M Y K H S L
Decimal 166 63 234 0.29 0.73 0 0.08 276.14 0.8 0.58
Hex A6 3F EA 1D 49 0 8 114 50 3A
Octal 246 77 352 35 111 0 10 424 120 72
Binary 10100110 111111 11101010 11101 1001001 0 1000 100010100 1010000 111010

Color Harmonies of #A63FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63FEA

Black with #A63FEA

Text Example


Text Example

White with #A63FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63FEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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