Html Css Color HEX #A13CCC Dark Orchid

📋 copy color: '#A13CCC'

red 161 ◦ green 60 ◦ blue 204

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

Shades of Dark Orchid #A13CCC

Tints of Dark Orchid #A13CCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 48%

R = 37.88%
G = 14.12%
B = 48%

CMYK

 C value IS 0.21

 M value IS 0.71

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A13CCC (or 0xA13CCC) is known color: Dark Orchid. HEX triplet: A1, 3C and CC. RGB value is (161,60,204). Sum of RGB (Red+Green+Blue) = 161+60+204=425 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.88% from 425); Green value is 60 (23.83% from 255 or 14.12% from 425); Blue value is 204 (80.08% from 255 or 48% from 425); Max value from RGB is 204 - color contains mainly: blue. Hex color #A13CCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A13CCC is #5EC333. Grayscale: #6A6A6A. Windows color (decimal): -6210356 or 13384865. OLE color: 13384865.

HSL color Cylindrical-coordinate representation of color #A13CCC: hue angle of 282.08º 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 #A13CCC is Cyan = 0.21, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 161 60 204 -
CMYK 0.21 0.71 0 0.2
HSL 282.08º 0.59% 0.52% -
HSV(B) 282.08º 0.71% 0.8% -
XYZ 27.21 15.17 58.62 -
YUV 106.62 182.96 166.79 -
System Red Green Blue C M Y K H S L
Decimal 161 60 204 0.21 0.71 0 0.2 282.08 0.59 0.52
Hex A1 3C CC 15 47 0 14 11A 3B 34
Octal 241 74 314 25 107 0 24 432 73 64
Binary 10100001 111100 11001100 10101 1000111 0 10100 100011010 111011 110100

Color Harmonies of #A13CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13CCC

Black with #A13CCC

Text Example


Text Example

White with #A13CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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