Html Css Color HEX #A73CCF Dark Orchid

📋 copy color: '#A73CCF'

red 167 ◦ green 60 ◦ blue 207

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

Shades of Dark Orchid #A73CCF

Tints of Dark Orchid #A73CCF

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.82%

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

R = 38.48%
G = 13.82%
B = 47.7%

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

#A73CCF (or 0xA73CCF) is known color: Dark Orchid. HEX triplet: A7, 3C and CF. RGB value is (167,60,207). Sum of RGB (Red+Green+Blue) = 167+60+207=434 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.48% from 434); Green value is 60 (23.83% from 255 or 13.82% from 434); Blue value is 207 (81.25% from 255 or 47.70% from 434); Max value from RGB is 207 - color contains mainly: blue. Hex color #A73CCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A73CCF is #58C330. Grayscale: #6C6C6C. Windows color (decimal): -5817137 or 13581479. OLE color: 13581479.

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

Color convert

RGB 167 60 207 -
CMYK 0.19 0.71 0 0.19
HSL 283.67º 0.6% 0.52% -
HSV(B) 283.67º 0.71% 0.81% -
XYZ 28.81 15.95 60.59 -
YUV 108.75 183.45 169.55 -
System Red Green Blue C M Y K H S L
Decimal 167 60 207 0.19 0.71 0 0.19 283.67 0.6 0.52
Hex A7 3C CF 13 47 0 13 11C 3C 34
Octal 247 74 317 23 107 0 23 434 74 64
Binary 10100111 111100 11001111 10011 1000111 0 10011 100011100 111100 110100

Color Harmonies of #A73CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A73CCF

Black with #A73CCF

Text Example


Text Example

White with #A73CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A73CCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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