Html Css Color HEX #A13FDE Dark Orchid

📋 copy color: '#A13FDE'

red 161 ◦ green 63 ◦ blue 222

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

Shades of Dark Orchid #A13FDE

Tints of Dark Orchid #A13FDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 49.78%

R = 36.1%
G = 14.13%
B = 49.78%

CMYK

 C value IS 0.27

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A13FDE (or 0xA13FDE) is known color: Dark Orchid. HEX triplet: A1, 3F and DE. RGB value is (161,63,222). Sum of RGB (Red+Green+Blue) = 161+63+222=446 (59% of max value = 765). Red value is 161 (63.28% from 255 or 36.10% from 446); Green value is 63 (25% from 255 or 14.13% from 446); Blue value is 222 (87.11% from 255 or 49.78% from 446); Max value from RGB is 222 - color contains mainly: blue. Hex color #A13FDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A13FDE is #5EC021. Grayscale: #6D6D6D. Windows color (decimal): -6209570 or 14565281. OLE color: 14565281.

HSL color Cylindrical-coordinate representation of color #A13FDE: hue angle of 276.98º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A13FDE is Cyan = 0.27, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 161 63 222 -
CMYK 0.27 0.72 0 0.13
HSL 276.98º 0.71% 0.56% -
HSV(B) 276.98º 0.72% 0.87% -
XYZ 29.66 16.41 70.71 -
YUV 110.43 190.97 164.07 -
System Red Green Blue C M Y K H S L
Decimal 161 63 222 0.27 0.72 0 0.13 276.98 0.71 0.56
Hex A1 3F DE 1B 48 0 D 115 47 38
Octal 241 77 336 33 110 0 15 425 107 70
Binary 10100001 111111 11011110 11011 1001000 0 1101 100010101 1000111 111000

Color Harmonies of #A13FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13FDE

Black with #A13FDE

Text Example


Text Example

White with #A13FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13FDE; }

 p { color: rgb(161,63,222); }

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

background-color css

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

 a { background-color: rgb(161,63,222); }

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

border-color css

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

 span { border-color: rgb(161,63,222); }

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