Html Css Color HEX #A93FBD Dark Orchid

📋 copy color: '#A93FBD'

red 169 ◦ green 63 ◦ blue 189

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

Shades of Dark Orchid #A93FBD

Tints of Dark Orchid #A93FBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 44.89%

R = 40.14%
G = 14.96%
B = 44.89%

CMYK

 C value IS 0.11

 M value IS 0.67

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A93FBD (or 0xA93FBD) is known color: Dark Orchid. HEX triplet: A9, 3F and BD. RGB value is (169,63,189). Sum of RGB (Red+Green+Blue) = 169+63+189=421 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.14% from 421); Green value is 63 (25% from 255 or 14.96% from 421); Blue value is 189 (74.22% from 255 or 44.89% from 421); Max value from RGB is 189 - color contains mainly: blue. Hex color #A93FBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A93FBD is #56C042. Grayscale: #6C6C6C. Windows color (decimal): -5685315 or 12402601. OLE color: 12402601.

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

Color convert

RGB 169 63 189 -
CMYK 0.11 0.67 0 0.26
HSL 290.48º 0.5% 0.49% -
HSV(B) 290.48º 0.67% 0.74% -
XYZ 27.33 15.66 49.73 -
YUV 109.06 173.12 170.75 -
System Red Green Blue C M Y K H S L
Decimal 169 63 189 0.11 0.67 0 0.26 290.48 0.5 0.49
Hex A9 3F BD B 43 0 1A 122 32 31
Octal 251 77 275 13 103 0 32 442 62 61
Binary 10101001 111111 10111101 1011 1000011 0 11010 100100010 110010 110001

Color Harmonies of #A93FBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A93FBD

Black with #A93FBD

Text Example


Text Example

White with #A93FBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A93FBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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