Html Css Color HEX #A73EBF Dark Orchid

📋 copy color: '#A73EBF'

red 167 ◦ green 62 ◦ blue 191

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

Shades of Dark Orchid #A73EBF

Tints of Dark Orchid #A73EBF

RGB

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

 GREEN value IS 62 (24.61% from 255) = 14.76%

 BLUE value IS 191 (75% from 255) = 45.48%

R = 39.76%
G = 14.76%
B = 45.48%

CMYK

 C value IS 0.13

 M value IS 0.68

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A73EBF (or 0xA73EBF) is known color: Dark Orchid. HEX triplet: A7, 3E and BF. RGB value is (167,62,191). Sum of RGB (Red+Green+Blue) = 167+62+191=420 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.76% from 420); Green value is 62 (24.61% from 255 or 14.76% from 420); Blue value is 191 (75% from 255 or 45.48% from 420); Max value from RGB is 191 - color contains mainly: blue. Hex color #A73EBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A73EBF is #58C140. Grayscale: #6B6B6B. Windows color (decimal): -5816641 or 12533415. OLE color: 12533415.

HSL color Cylindrical-coordinate representation of color #A73EBF: hue angle of 288.84º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A73EBF is Cyan = 0.13, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 167 62 191 -
CMYK 0.13 0.68 0 0.25
HSL 288.84º 0.51% 0.5% -
HSV(B) 288.84º 0.68% 0.75% -
XYZ 27.06 15.42 50.84 -
YUV 108.1 174.79 170.01 -
System Red Green Blue C M Y K H S L
Decimal 167 62 191 0.13 0.68 0 0.25 288.84 0.51 0.5
Hex A7 3E BF D 44 0 19 121 33 32
Octal 247 76 277 15 104 0 31 441 63 62
Binary 10100111 111110 10111111 1101 1000100 0 11001 100100001 110011 110010

Color Harmonies of #A73EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A73EBF

Black with #A73EBF

Text Example


Text Example

White with #A73EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A73EBF; }

 p { color: rgb(167,62,191); }

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

background-color css

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

 a { background-color: rgb(167,62,191); }

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

border-color css

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

 span { border-color: rgb(167,62,191); }

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