Html Css Color HEX #A93DC8 Dark Orchid

📋 copy color: '#A93DC8'

red 169 ◦ green 61 ◦ blue 200

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

Shades of Dark Orchid #A93DC8

Tints of Dark Orchid #A93DC8

RGB

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

 GREEN value IS 61 (24.22% from 255) = 14.19%

 BLUE value IS 200 (78.52% from 255) = 46.51%

R = 39.3%
G = 14.19%
B = 46.51%

CMYK

 C value IS 0.16

 M value IS 0.69

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A93DC8 (or 0xA93DC8) is known color: Dark Orchid. HEX triplet: A9, 3D and C8. RGB value is (169,61,200). Sum of RGB (Red+Green+Blue) = 169+61+200=430 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.30% from 430); Green value is 61 (24.22% from 255 or 14.19% from 430); Blue value is 200 (78.52% from 255 or 46.51% from 430); Max value from RGB is 200 - color contains mainly: blue. Hex color #A93DC8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A93DC8 is #56C237. Grayscale: #6C6C6C. Windows color (decimal): -5685816 or 13122985. OLE color: 13122985.

HSL color Cylindrical-coordinate representation of color #A93DC8: hue angle of 286.62º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A93DC8 is Cyan = 0.16, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 169 61 200 -
CMYK 0.16 0.69 0 0.22
HSL 286.62º 0.56% 0.51% -
HSV(B) 286.62º 0.7% 0.78% -
XYZ 28.46 15.94 56.22 -
YUV 109.14 179.28 170.7 -
System Red Green Blue C M Y K H S L
Decimal 169 61 200 0.16 0.69 0 0.22 286.62 0.56 0.51
Hex A9 3D C8 10 45 0 16 11F 38 33
Octal 251 75 310 20 105 0 26 437 70 63
Binary 10101001 111101 11001000 10000 1000101 0 10110 100011111 111000 110011

Color Harmonies of #A93DC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A93DC8

Black with #A93DC8

Text Example


Text Example

White with #A93DC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A93DC8; }

 p { color: rgb(169,61,200); }

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

background-color css

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

 a { background-color: rgb(169,61,200); }

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

border-color css

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

 span { border-color: rgb(169,61,200); }

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