Html Css Color HEX #A73FEA Dark Orchid

📋 copy color: '#A73FEA'

red 167 ◦ green 63 ◦ blue 234

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

Shades of Dark Orchid #A73FEA

Tints of Dark Orchid #A73FEA

RGB

 RED value IS 167 (65.63% from 255) = 35.99%

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

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

R = 35.99%
G = 13.58%
B = 50.43%

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

#A73FEA (or 0xA73FEA) is known color: Dark Orchid. HEX triplet: A7, 3F and EA. RGB value is (167,63,234). Sum of RGB (Red+Green+Blue) = 167+63+234=464 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.99% from 464); Green value is 63 (25% from 255 or 13.58% from 464); Blue value is 234 (91.80% from 255 or 50.43% from 464); Max value from RGB is 234 - color contains mainly: blue. Hex color #A73FEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A73FEA is #58C015. Grayscale: #717171. Windows color (decimal): -5816342 or 15351719. OLE color: 15351719.

HSL color Cylindrical-coordinate representation of color #A73FEA: hue angle of 276.49º 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 #A73FEA is Cyan = 0.29, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 167 63 234 -
CMYK 0.29 0.73 0 0.08
HSL 276.49º 0.8% 0.58% -
HSV(B) 276.49º 0.73% 0.92% -
XYZ 32.57 17.71 79.54 -
YUV 113.59 195.96 166.1 -
System Red Green Blue C M Y K H S L
Decimal 167 63 234 0.29 0.73 0 0.08 276.49 0.8 0.58
Hex A7 3F EA 1D 49 0 8 114 50 3A
Octal 247 77 352 35 111 0 10 424 120 72
Binary 10100111 111111 11101010 11101 1001001 0 1000 100010100 1010000 111010

Color Harmonies of #A73FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A73FEA

Black with #A73FEA

Text Example


Text Example

White with #A73FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A73FEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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