Html Css Color HEX #A13EDA Dark Orchid

📋 copy color: '#A13EDA'

red 161 ◦ green 62 ◦ blue 218

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

Shades of Dark Orchid #A13EDA

Tints of Dark Orchid #A13EDA

RGB

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

 GREEN value IS 62 (24.61% from 255) = 14.06%

 BLUE value IS 218 (85.55% from 255) = 49.43%

R = 36.51%
G = 14.06%
B = 49.43%

CMYK

 C value IS 0.26

 M value IS 0.72

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A13EDA (or 0xA13EDA) is known color: Dark Orchid. HEX triplet: A1, 3E and DA. RGB value is (161,62,218). Sum of RGB (Red+Green+Blue) = 161+62+218=441 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.51% from 441); Green value is 62 (24.61% from 255 or 14.06% from 441); Blue value is 218 (85.55% from 255 or 49.43% from 441); Max value from RGB is 218 - color contains mainly: blue. Hex color #A13EDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A13EDA is #5EC125. Grayscale: #6C6C6C. Windows color (decimal): -6209830 or 14302881. OLE color: 14302881.

HSL color Cylindrical-coordinate representation of color #A13EDA: hue angle of 278.08º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A13EDA is Cyan = 0.26, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 161 62 218 -
CMYK 0.26 0.72 0 0.15
HSL 278.08º 0.68% 0.55% -
HSV(B) 278.08º 0.72% 0.85% -
XYZ 29.08 16.08 67.9 -
YUV 109.39 189.3 164.82 -
System Red Green Blue C M Y K H S L
Decimal 161 62 218 0.26 0.72 0 0.15 278.08 0.68 0.55
Hex A1 3E DA 1A 48 0 F 116 44 37
Octal 241 76 332 32 110 0 17 426 104 67
Binary 10100001 111110 11011010 11010 1001000 0 1111 100010110 1000100 110111

Color Harmonies of #A13EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13EDA

Black with #A13EDA

Text Example


Text Example

White with #A13EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13EDA; }

 p { color: rgb(161,62,218); }

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

background-color css

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

 a { background-color: rgb(161,62,218); }

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

border-color css

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

 span { border-color: rgb(161,62,218); }

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