Html Css Color HEX #A13CBF Dark Orchid

📋 copy color: '#A13CBF'

red 161 ◦ green 60 ◦ blue 191

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

Shades of Dark Orchid #A13CBF

Tints of Dark Orchid #A13CBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 46.36%

R = 39.08%
G = 14.56%
B = 46.36%

CMYK

 C value IS 0.16

 M value IS 0.69

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A13CBF (or 0xA13CBF) is known color: Dark Orchid. HEX triplet: A1, 3C and BF. RGB value is (161,60,191). Sum of RGB (Red+Green+Blue) = 161+60+191=412 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.08% from 412); Green value is 60 (23.83% from 255 or 14.56% from 412); Blue value is 191 (75% from 255 or 46.36% from 412); Max value from RGB is 191 - color contains mainly: blue. Hex color #A13CBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A13CBF is #5EC340. Grayscale: #686868. Windows color (decimal): -6210369 or 12532897. OLE color: 12532897.

HSL color Cylindrical-coordinate representation of color #A13CBF: hue angle of 286.26º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A13CBF is Cyan = 0.16, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 161 60 191 -
CMYK 0.16 0.69 0 0.25
HSL 286.26º 0.52% 0.49% -
HSV(B) 286.26º 0.69% 0.75% -
XYZ 25.72 14.57 50.75 -
YUV 105.13 176.46 167.85 -
System Red Green Blue C M Y K H S L
Decimal 161 60 191 0.16 0.69 0 0.25 286.26 0.52 0.49
Hex A1 3C BF 10 45 0 19 11E 34 31
Octal 241 74 277 20 105 0 31 436 64 61
Binary 10100001 111100 10111111 10000 1000101 0 11001 100011110 110100 110001

Color Harmonies of #A13CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13CBF

Black with #A13CBF

Text Example


Text Example

White with #A13CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13CBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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