Html Css Color HEX #A93FCB Dark Orchid

📋 copy color: '#A93FCB'

red 169 ◦ green 63 ◦ blue 203

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

Shades of Dark Orchid #A93FCB

Tints of Dark Orchid #A93FCB

RGB

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

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

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

R = 38.85%
G = 14.48%
B = 46.67%

CMYK

 C value IS 0.17

 M value IS 0.69

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A93FCB (or 0xA93FCB) is known color: Dark Orchid. HEX triplet: A9, 3F and CB. RGB value is (169,63,203). Sum of RGB (Red+Green+Blue) = 169+63+203=435 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.85% from 435); Green value is 63 (25% from 255 or 14.48% from 435); Blue value is 203 (79.69% from 255 or 46.67% from 435); Max value from RGB is 203 - color contains mainly: blue. Hex color #A93FCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A93FCB is #56C034. Grayscale: #6E6E6E. Windows color (decimal): -5685301 or 13320105. OLE color: 13320105.

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

Color convert

RGB 169 63 203 -
CMYK 0.17 0.69 0 0.20
HSL 285.43º 0.57% 0.52% -
HSV(B) 285.43º 0.69% 0.8% -
XYZ 28.92 16.3 58.12 -
YUV 110.65 180.12 169.62 -
System Red Green Blue C M Y K H S L
Decimal 169 63 203 0.17 0.69 0 0.20 285.43 0.57 0.52
Hex A9 3F CB 11 45 0 14 11D 39 34
Octal 251 77 313 21 105 0 24 435 71 64
Binary 10101001 111111 11001011 10001 1000101 0 10100 100011101 111001 110100

Color Harmonies of #A93FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A93FCB

Black with #A93FCB

Text Example


Text Example

White with #A93FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A93FCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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