Html Css Color HEX #A13ADF Dark Orchid

📋 copy color: '#A13ADF'

red 161 ◦ green 58 ◦ blue 223

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

Shades of Dark Orchid #A13ADF

Tints of Dark Orchid #A13ADF

RGB

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

 GREEN value IS 58 (23.05% from 255) = 13.12%

 BLUE value IS 223 (87.5% from 255) = 50.45%

R = 36.43%
G = 13.12%
B = 50.45%

CMYK

 C value IS 0.28

 M value IS 0.74

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A13ADF (or 0xA13ADF) is known color: Dark Orchid. HEX triplet: A1, 3A and DF. RGB value is (161,58,223). Sum of RGB (Red+Green+Blue) = 161+58+223=442 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.43% from 442); Green value is 58 (23.05% from 255 or 13.12% from 442); Blue value is 223 (87.5% from 255 or 50.45% from 442); Max value from RGB is 223 - color contains mainly: blue. Hex color #A13ADF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A13ADF is #5EC520. Grayscale: #6B6B6B. Windows color (decimal): -6210849 or 14629537. OLE color: 14629537.

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

Color convert

RGB 161 58 223 -
CMYK 0.28 0.74 0 0.13
HSL 277.45º 0.72% 0.55% -
HSV(B) 277.45º 0.74% 0.87% -
XYZ 29.53 15.93 71.33 -
YUV 107.61 193.12 166.08 -
System Red Green Blue C M Y K H S L
Decimal 161 58 223 0.28 0.74 0 0.13 277.45 0.72 0.55
Hex A1 3A DF 1C 4A 0 D 115 48 37
Octal 241 72 337 34 112 0 15 425 110 67
Binary 10100001 111010 11011111 11100 1001010 0 1101 100010101 1001000 110111

Color Harmonies of #A13ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13ADF

Black with #A13ADF

Text Example


Text Example

White with #A13ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13ADF; }

 p { color: rgb(161,58,223); }

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

background-color css

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

 a { background-color: rgb(161,58,223); }

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

border-color css

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

 span { border-color: rgb(161,58,223); }

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