Html Css Color HEX #A13CBC Dark Orchid

📋 copy color: '#A13CBC'

red 161 ◦ green 60 ◦ blue 188

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

Shades of Dark Orchid #A13CBC

Tints of Dark Orchid #A13CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 45.97%

R = 39.36%
G = 14.67%
B = 45.97%

CMYK

 C value IS 0.14

 M value IS 0.68

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A13CBC (or 0xA13CBC) is known color: Dark Orchid. HEX triplet: A1, 3C and BC. RGB value is (161,60,188). Sum of RGB (Red+Green+Blue) = 161+60+188=409 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.36% from 409); Green value is 60 (23.83% from 255 or 14.67% from 409); Blue value is 188 (73.83% from 255 or 45.97% from 409); Max value from RGB is 188 - color contains mainly: blue. Hex color #A13CBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A13CBC is #5EC343. Grayscale: #686868. Windows color (decimal): -6210372 or 12336289. OLE color: 12336289.

HSL color Cylindrical-coordinate representation of color #A13CBC: hue angle of 287.34º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A13CBC is Cyan = 0.14, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 161 60 188 -
CMYK 0.14 0.68 0 0.26
HSL 287.34º 0.52% 0.49% -
HSV(B) 287.34º 0.68% 0.74% -
XYZ 25.39 14.44 49.03 -
YUV 104.79 174.96 168.09 -
System Red Green Blue C M Y K H S L
Decimal 161 60 188 0.14 0.68 0 0.26 287.34 0.52 0.49
Hex A1 3C BC E 44 0 1A 11F 34 31
Octal 241 74 274 16 104 0 32 437 64 61
Binary 10100001 111100 10111100 1110 1000100 0 11010 100011111 110100 110001

Color Harmonies of #A13CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13CBC

Black with #A13CBC

Text Example


Text Example

White with #A13CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13CBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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