Html Css Color HEX #A93FBC Dark Orchid

📋 copy color: '#A93FBC'

red 169 ◦ green 63 ◦ blue 188

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

Shades of Dark Orchid #A93FBC

Tints of Dark Orchid #A93FBC

RGB

 RED value IS 169 (66.41% from 255) = 40.24%

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

 BLUE value IS 188 (73.83% from 255) = 44.76%

R = 40.24%
G = 15%
B = 44.76%

CMYK

 C value IS 0.10

 M value IS 0.66

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A93FBC (or 0xA93FBC) is known color: Dark Orchid. HEX triplet: A9, 3F and BC. RGB value is (169,63,188). Sum of RGB (Red+Green+Blue) = 169+63+188=420 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.24% from 420); Green value is 63 (25% from 255 or 15% from 420); Blue value is 188 (73.83% from 255 or 44.76% from 420); Max value from RGB is 188 - color contains mainly: blue. Hex color #A93FBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A93FBC is #56C043. Grayscale: #6C6C6C. Windows color (decimal): -5685316 or 12337065. OLE color: 12337065.

HSL color Cylindrical-coordinate representation of color #A93FBC: hue angle of 290.88º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A93FBC is Cyan = 0.10, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 169 63 188 -
CMYK 0.10 0.66 0 0.26
HSL 290.88º 0.5% 0.49% -
HSV(B) 290.88º 0.66% 0.74% -
XYZ 27.22 15.62 49.16 -
YUV 108.94 172.62 170.84 -
System Red Green Blue C M Y K H S L
Decimal 169 63 188 0.10 0.66 0 0.26 290.88 0.5 0.49
Hex A9 3F BC A 42 0 1A 123 32 31
Octal 251 77 274 12 102 0 32 443 62 61
Binary 10101001 111111 10111100 1010 1000010 0 11010 100100011 110010 110001

Color Harmonies of #A93FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A93FBC

Black with #A93FBC

Text Example


Text Example

White with #A93FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A93FBC; }

 p { color: rgb(169,63,188); }

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

background-color css

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

 a { background-color: rgb(169,63,188); }

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

border-color css

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

 span { border-color: rgb(169,63,188); }

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