Html Css Color HEX #A13DBB Dark Orchid

📋 copy color: '#A13DBB'

red 161 ◦ green 61 ◦ blue 187

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

Shades of Dark Orchid #A13DBB

Tints of Dark Orchid #A13DBB

RGB

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

 GREEN value IS 61 (24.22% from 255) = 14.91%

 BLUE value IS 187 (73.44% from 255) = 45.72%

R = 39.36%
G = 14.91%
B = 45.72%

CMYK

 C value IS 0.14

 M value IS 0.67

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A13DBB (or 0xA13DBB) is known color: Dark Orchid. HEX triplet: A1, 3D and BB. RGB value is (161,61,187). Sum of RGB (Red+Green+Blue) = 161+61+187=409 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.36% from 409); Green value is 61 (24.22% from 255 or 14.91% from 409); Blue value is 187 (73.44% from 255 or 45.72% from 409); Max value from RGB is 187 - color contains mainly: blue. Hex color #A13DBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A13DBB is #5EC244. Grayscale: #686868. Windows color (decimal): -6210117 or 12271009. OLE color: 12271009.

HSL color Cylindrical-coordinate representation of color #A13DBB: hue angle of 287.62º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A13DBB is Cyan = 0.14, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 161 61 187 -
CMYK 0.14 0.67 0 0.27
HSL 287.62º 0.51% 0.49% -
HSV(B) 287.62º 0.67% 0.73% -
XYZ 25.34 14.5 48.48 -
YUV 105.26 174.13 167.75 -
System Red Green Blue C M Y K H S L
Decimal 161 61 187 0.14 0.67 0 0.27 287.62 0.51 0.49
Hex A1 3D BB E 43 0 1B 120 33 31
Octal 241 75 273 16 103 0 33 440 63 61
Binary 10100001 111101 10111011 1110 1000011 0 11011 100100000 110011 110001

Color Harmonies of #A13DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13DBB

Black with #A13DBB

Text Example


Text Example

White with #A13DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13DBB; }

 p { color: rgb(161,61,187); }

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

background-color css

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

 a { background-color: rgb(161,61,187); }

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

border-color css

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

 span { border-color: rgb(161,61,187); }

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