Html Css Color HEX #A13CCD Dark Orchid

📋 copy color: '#A13CCD'

red 161 ◦ green 60 ◦ blue 205

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

Shades of Dark Orchid #A13CCD

Tints of Dark Orchid #A13CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 48.12%

R = 37.79%
G = 14.08%
B = 48.12%

CMYK

 C value IS 0.21

 M value IS 0.71

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A13CCD (or 0xA13CCD) is known color: Dark Orchid. HEX triplet: A1, 3C and CD. RGB value is (161,60,205). Sum of RGB (Red+Green+Blue) = 161+60+205=426 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.79% from 426); Green value is 60 (23.83% from 255 or 14.08% from 426); Blue value is 205 (80.47% from 255 or 48.12% from 426); Max value from RGB is 205 - color contains mainly: blue. Hex color #A13CCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A13CCD is #5EC332. Grayscale: #6A6A6A. Windows color (decimal): -6210355 or 13450401. OLE color: 13450401.

HSL color Cylindrical-coordinate representation of color #A13CCD: hue angle of 281.79º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A13CCD is Cyan = 0.21, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 161 60 205 -
CMYK 0.21 0.71 0 0.20
HSL 281.79º 0.59% 0.52% -
HSV(B) 281.79º 0.71% 0.8% -
XYZ 27.33 15.22 59.25 -
YUV 106.73 183.46 166.71 -
System Red Green Blue C M Y K H S L
Decimal 161 60 205 0.21 0.71 0 0.20 281.79 0.59 0.52
Hex A1 3C CD 15 47 0 14 11A 3B 34
Octal 241 74 315 25 107 0 24 432 73 64
Binary 10100001 111100 11001101 10101 1000111 0 10100 100011010 111011 110100

Color Harmonies of #A13CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13CCD

Black with #A13CCD

Text Example


Text Example

White with #A13CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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