Html Css Color HEX #A73FCB Dark Orchid

📋 copy color: '#A73FCB'

red 167 ◦ green 63 ◦ blue 203

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

Shades of Dark Orchid #A73FCB

Tints of Dark Orchid #A73FCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 46.88%

R = 38.57%
G = 14.55%
B = 46.88%

CMYK

 C value IS 0.18

 M value IS 0.69

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A73FCB (or 0xA73FCB) is known color: Dark Orchid. HEX triplet: A7, 3F and CB. RGB value is (167,63,203). Sum of RGB (Red+Green+Blue) = 167+63+203=433 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.57% from 433); Green value is 63 (25% from 255 or 14.55% from 433); Blue value is 203 (79.69% from 255 or 46.88% from 433); Max value from RGB is 203 - color contains mainly: blue. Hex color #A73FCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A73FCB is #58C034. Grayscale: #6D6D6D. Windows color (decimal): -5816373 or 13320103. OLE color: 13320103.

HSL color Cylindrical-coordinate representation of color #A73FCB: hue angle of 284.57º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A73FCB is Cyan = 0.18, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 167 63 203 -
CMYK 0.18 0.69 0 0.20
HSL 284.57º 0.57% 0.52% -
HSV(B) 284.57º 0.69% 0.8% -
XYZ 28.49 16.08 58.1 -
YUV 110.06 180.46 168.62 -
System Red Green Blue C M Y K H S L
Decimal 167 63 203 0.18 0.69 0 0.20 284.57 0.57 0.52
Hex A7 3F CB 12 45 0 14 11D 39 34
Octal 247 77 313 22 105 0 24 435 71 64
Binary 10100111 111111 11001011 10010 1000101 0 10100 100011101 111001 110100

Color Harmonies of #A73FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A73FCB

Black with #A73FCB

Text Example


Text Example

White with #A73FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A73FCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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