Html Css Color HEX #A93FCC Dark Orchid

📋 copy color: '#A93FCC'

red 169 ◦ green 63 ◦ blue 204

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

Shades of Dark Orchid #A93FCC

Tints of Dark Orchid #A93FCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 46.79%

R = 38.76%
G = 14.45%
B = 46.79%

CMYK

 C value IS 0.17

 M value IS 0.69

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A93FCC (or 0xA93FCC) is known color: Dark Orchid. HEX triplet: A9, 3F and CC. RGB value is (169,63,204). Sum of RGB (Red+Green+Blue) = 169+63+204=436 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.76% from 436); Green value is 63 (25% from 255 or 14.45% from 436); Blue value is 204 (80.08% from 255 or 46.79% from 436); Max value from RGB is 204 - color contains mainly: blue. Hex color #A93FCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A93FCC is #56C033. Grayscale: #6E6E6E. Windows color (decimal): -5685300 or 13385641. OLE color: 13385641.

HSL color Cylindrical-coordinate representation of color #A93FCC: hue angle of 285.11º degrees, saturation: 0.58, 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 #A93FCC is Cyan = 0.17, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 169 63 204 -
CMYK 0.17 0.69 0 0.2
HSL 285.11º 0.58% 0.52% -
HSV(B) 285.11º 0.69% 0.8% -
XYZ 29.04 16.35 58.75 -
YUV 110.77 180.62 169.54 -
System Red Green Blue C M Y K H S L
Decimal 169 63 204 0.17 0.69 0 0.2 285.11 0.58 0.52
Hex A9 3F CC 11 45 0 14 11D 3A 34
Octal 251 77 314 21 105 0 24 435 72 64
Binary 10101001 111111 11001100 10001 1000101 0 10100 100011101 111010 110100

Color Harmonies of #A93FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A93FCC

Black with #A93FCC

Text Example


Text Example

White with #A93FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A93FCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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