Html Css Color HEX #A93BCB Dark Orchid

📋 copy color: '#A93BCB'

red 169 ◦ green 59 ◦ blue 203

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

Shades of Dark Orchid #A93BCB

Tints of Dark Orchid #A93BCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 47.1%

R = 39.21%
G = 13.69%
B = 47.1%

CMYK

 C value IS 0.17

 M value IS 0.71

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A93BCB (or 0xA93BCB) is known color: Dark Orchid. HEX triplet: A9, 3B and CB. RGB value is (169,59,203). Sum of RGB (Red+Green+Blue) = 169+59+203=431 (57% of max value = 765). Red value is 169 (66.41% from 255 or 39.21% from 431); Green value is 59 (23.44% from 255 or 13.69% from 431); Blue value is 203 (79.69% from 255 or 47.10% from 431); Max value from RGB is 203 - color contains mainly: blue. Hex color #A93BCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A93BCB is #56C434. Grayscale: #6B6B6B. Windows color (decimal): -5686325 or 13319081. OLE color: 13319081.

HSL color Cylindrical-coordinate representation of color #A93BCB: hue angle of 285.83º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A93BCB is Cyan = 0.17, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 169 59 203 -
CMYK 0.17 0.71 0 0.20
HSL 285.83º 0.58% 0.51% -
HSV(B) 285.83º 0.71% 0.8% -
XYZ 28.71 15.87 58.05 -
YUV 108.31 181.44 171.29 -
System Red Green Blue C M Y K H S L
Decimal 169 59 203 0.17 0.71 0 0.20 285.83 0.58 0.51
Hex A9 3B CB 11 47 0 14 11E 3A 33
Octal 251 73 313 21 107 0 24 436 72 63
Binary 10101001 111011 11001011 10001 1000111 0 10100 100011110 111010 110011

Color Harmonies of #A93BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A93BCB

Black with #A93BCB

Text Example


Text Example

White with #A93BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A93BCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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