Html Css Color HEX #A13CBD Dark Orchid

📋 copy color: '#A13CBD'

red 161 ◦ green 60 ◦ blue 189

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

Shades of Dark Orchid #A13CBD

Tints of Dark Orchid #A13CBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 46.1%

R = 39.27%
G = 14.63%
B = 46.1%

CMYK

 C value IS 0.15

 M value IS 0.68

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A13CBD (or 0xA13CBD) is known color: Dark Orchid. HEX triplet: A1, 3C and BD. RGB value is (161,60,189). Sum of RGB (Red+Green+Blue) = 161+60+189=410 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.27% from 410); Green value is 60 (23.83% from 255 or 14.63% from 410); Blue value is 189 (74.22% from 255 or 46.10% from 410); Max value from RGB is 189 - color contains mainly: blue. Hex color #A13CBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A13CBD is #5EC342. Grayscale: #686868. Windows color (decimal): -6210371 or 12401825. OLE color: 12401825.

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

Color convert

RGB 161 60 189 -
CMYK 0.15 0.68 0 0.26
HSL 286.98º 0.52% 0.49% -
HSV(B) 286.98º 0.68% 0.74% -
XYZ 25.5 14.48 49.6 -
YUV 104.91 175.46 168.01 -
System Red Green Blue C M Y K H S L
Decimal 161 60 189 0.15 0.68 0 0.26 286.98 0.52 0.49
Hex A1 3C BD F 44 0 1A 11F 34 31
Octal 241 74 275 17 104 0 32 437 64 61
Binary 10100001 111100 10111101 1111 1000100 0 11010 100011111 110100 110001

Color Harmonies of #A13CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13CBD

Black with #A13CBD

Text Example


Text Example

White with #A13CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13CBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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