Html Css Color HEX #A13BCF Dark Orchid

📋 copy color: '#A13BCF'

red 161 ◦ green 59 ◦ blue 207

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

Shades of Dark Orchid #A13BCF

Tints of Dark Orchid #A13BCF

RGB

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

 GREEN value IS 59 (23.44% from 255) = 13.82%

 BLUE value IS 207 (81.25% from 255) = 48.48%

R = 37.7%
G = 13.82%
B = 48.48%

CMYK

 C value IS 0.22

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A13BCF (or 0xA13BCF) is known color: Dark Orchid. HEX triplet: A1, 3B and CF. RGB value is (161,59,207). Sum of RGB (Red+Green+Blue) = 161+59+207=427 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.70% from 427); Green value is 59 (23.44% from 255 or 13.82% from 427); Blue value is 207 (81.25% from 255 or 48.48% from 427); Max value from RGB is 207 - color contains mainly: blue. Hex color #A13BCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A13BCF is #5EC430. Grayscale: #696969. Windows color (decimal): -6210609 or 13581217. OLE color: 13581217.

HSL color Cylindrical-coordinate representation of color #A13BCF: hue angle of 281.35º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A13BCF is Cyan = 0.22, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 161 59 207 -
CMYK 0.22 0.71 0 0.19
HSL 281.35º 0.61% 0.52% -
HSV(B) 281.35º 0.71% 0.81% -
XYZ 27.52 15.21 60.52 -
YUV 106.37 184.79 166.97 -
System Red Green Blue C M Y K H S L
Decimal 161 59 207 0.22 0.71 0 0.19 281.35 0.61 0.52
Hex A1 3B CF 16 47 0 13 119 3D 34
Octal 241 73 317 26 107 0 23 431 75 64
Binary 10100001 111011 11001111 10110 1000111 0 10011 100011001 111101 110100

Color Harmonies of #A13BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13BCF

Black with #A13BCF

Text Example


Text Example

White with #A13BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13BCF; }

 p { color: rgb(161,59,207); }

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

background-color css

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

 a { background-color: rgb(161,59,207); }

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

border-color css

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

 span { border-color: rgb(161,59,207); }

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