Html Css Color HEX #A73BCF Dark Orchid

📋 copy color: '#A73BCF'

red 167 ◦ green 59 ◦ blue 207

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

Shades of Dark Orchid #A73BCF

Tints of Dark Orchid #A73BCF

RGB

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

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

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

R = 38.57%
G = 13.63%
B = 47.81%

CMYK

 C value IS 0.19

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A73BCF (or 0xA73BCF) is known color: Dark Orchid. HEX triplet: A7, 3B and CF. RGB value is (167,59,207). Sum of RGB (Red+Green+Blue) = 167+59+207=433 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.57% from 433); Green value is 59 (23.44% from 255 or 13.63% from 433); Blue value is 207 (81.25% from 255 or 47.81% from 433); Max value from RGB is 207 - color contains mainly: blue. Hex color #A73BCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A73BCF is #58C430. Grayscale: #6B6B6B. Windows color (decimal): -5817393 or 13581223. OLE color: 13581223.

HSL color Cylindrical-coordinate representation of color #A73BCF: hue angle of 283.78º 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 #A73BCF is Cyan = 0.19, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 167 59 207 -
CMYK 0.19 0.71 0 0.19
HSL 283.78º 0.61% 0.52% -
HSV(B) 283.78º 0.71% 0.81% -
XYZ 28.76 15.85 60.57 -
YUV 108.16 183.78 169.97 -
System Red Green Blue C M Y K H S L
Decimal 167 59 207 0.19 0.71 0 0.19 283.78 0.61 0.52
Hex A7 3B CF 13 47 0 13 11C 3D 34
Octal 247 73 317 23 107 0 23 434 75 64
Binary 10100111 111011 11001111 10011 1000111 0 10011 100011100 111101 110100

Color Harmonies of #A73BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A73BCF

Black with #A73BCF

Text Example


Text Example

White with #A73BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A73BCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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