Html Css Color HEX #A13CDA Dark Orchid

📋 copy color: '#A13CDA'

red 161 ◦ green 60 ◦ blue 218

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

Shades of Dark Orchid #A13CDA

Tints of Dark Orchid #A13CDA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.67%

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

R = 36.67%
G = 13.67%
B = 49.66%

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

#A13CDA (or 0xA13CDA) is known color: Dark Orchid. HEX triplet: A1, 3C and DA. RGB value is (161,60,218). Sum of RGB (Red+Green+Blue) = 161+60+218=439 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.67% from 439); Green value is 60 (23.83% from 255 or 13.67% from 439); Blue value is 218 (85.55% from 255 or 49.66% from 439); Max value from RGB is 218 - color contains mainly: blue. Hex color #A13CDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A13CDA is #5EC325. Grayscale: #6B6B6B. Windows color (decimal): -6210342 or 14302369. OLE color: 14302369.

HSL color Cylindrical-coordinate representation of color #A13CDA: hue angle of 278.35º 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 #A13CDA is Cyan = 0.26, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 161 60 218 -
CMYK 0.26 0.72 0 0.15
HSL 278.35º 0.68% 0.55% -
HSV(B) 278.35º 0.72% 0.85% -
XYZ 28.97 15.87 67.87 -
YUV 108.21 189.96 165.65 -
System Red Green Blue C M Y K H S L
Decimal 161 60 218 0.26 0.72 0 0.15 278.35 0.68 0.55
Hex A1 3C DA 1A 48 0 F 116 44 37
Octal 241 74 332 32 110 0 17 426 104 67
Binary 10100001 111100 11011010 11010 1001000 0 1111 100010110 1000100 110111

Color Harmonies of #A13CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13CDA

Black with #A13CDA

Text Example


Text Example

White with #A13CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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