Html Css Color HEX #A13DCE Dark Orchid

📋 copy color: '#A13DCE'

red 161 ◦ green 61 ◦ blue 206

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

Shades of Dark Orchid #A13DCE

Tints of Dark Orchid #A13DCE

RGB

 RED value IS 161 (63.28% from 255) = 37.62%

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

 BLUE value IS 206 (80.86% from 255) = 48.13%

R = 37.62%
G = 14.25%
B = 48.13%

CMYK

 C value IS 0.22

 M value IS 0.70

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A13DCE (or 0xA13DCE) is known color: Dark Orchid. HEX triplet: A1, 3D and CE. RGB value is (161,61,206). Sum of RGB (Red+Green+Blue) = 161+61+206=428 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.62% from 428); Green value is 61 (24.22% from 255 or 14.25% from 428); Blue value is 206 (80.86% from 255 or 48.13% from 428); Max value from RGB is 206 - color contains mainly: blue. Hex color #A13DCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A13DCE is #5EC231. Grayscale: #6A6A6A. Windows color (decimal): -6210098 or 13516193. OLE color: 13516193.

HSL color Cylindrical-coordinate representation of color #A13DCE: hue angle of 281.38º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A13DCE is Cyan = 0.22, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 161 61 206 -
CMYK 0.22 0.70 0 0.19
HSL 281.38º 0.6% 0.52% -
HSV(B) 281.38º 0.7% 0.81% -
XYZ 27.51 15.37 59.91 -
YUV 107.43 183.63 166.21 -
System Red Green Blue C M Y K H S L
Decimal 161 61 206 0.22 0.70 0 0.19 281.38 0.6 0.52
Hex A1 3D CE 16 46 0 13 119 3C 34
Octal 241 75 316 26 106 0 23 431 74 64
Binary 10100001 111101 11001110 10110 1000110 0 10011 100011001 111100 110100

Color Harmonies of #A13DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13DCE

Black with #A13DCE

Text Example


Text Example

White with #A13DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13DCE; }

 p { color: rgb(161,61,206); }

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

background-color css

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

 a { background-color: rgb(161,61,206); }

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

border-color css

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

 span { border-color: rgb(161,61,206); }

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