Html Css Color HEX #A93BCA Dark Orchid

📋 copy color: '#A93BCA'

red 169 ◦ green 59 ◦ blue 202

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

Shades of Dark Orchid #A93BCA

Tints of Dark Orchid #A93BCA

RGB

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

 GREEN value IS 59 (23.44% from 255) = 13.72%

 BLUE value IS 202 (79.3% from 255) = 46.98%

R = 39.3%
G = 13.72%
B = 46.98%

CMYK

 C value IS 0.16

 M value IS 0.71

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A93BCA (or 0xA93BCA) is known color: Dark Orchid. HEX triplet: A9, 3B and CA. RGB value is (169,59,202). Sum of RGB (Red+Green+Blue) = 169+59+202=430 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.30% from 430); Green value is 59 (23.44% from 255 or 13.72% from 430); Blue value is 202 (79.30% from 255 or 46.98% from 430); Max value from RGB is 202 - color contains mainly: blue. Hex color #A93BCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A93BCA is #56C435. Grayscale: #6B6B6B. Windows color (decimal): -5686326 or 13253545. OLE color: 13253545.

HSL color Cylindrical-coordinate representation of color #A93BCA: hue angle of 286.15º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A93BCA is Cyan = 0.16, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 169 59 202 -
CMYK 0.16 0.71 0 0.21
HSL 286.15º 0.57% 0.51% -
HSV(B) 286.15º 0.71% 0.79% -
XYZ 28.59 15.83 57.43 -
YUV 108.19 180.94 171.37 -
System Red Green Blue C M Y K H S L
Decimal 169 59 202 0.16 0.71 0 0.21 286.15 0.57 0.51
Hex A9 3B CA 10 47 0 15 11E 39 33
Octal 251 73 312 20 107 0 25 436 71 63
Binary 10101001 111011 11001010 10000 1000111 0 10101 100011110 111001 110011

Color Harmonies of #A93BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A93BCA

Black with #A93BCA

Text Example


Text Example

White with #A93BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A93BCA; }

 p { color: rgb(169,59,202); }

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

background-color css

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

 a { background-color: rgb(169,59,202); }

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

border-color css

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

 span { border-color: rgb(169,59,202); }

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