Html Css Color HEX #A13ACF Dark Orchid

📋 copy color: '#A13ACF'

red 161 ◦ green 58 ◦ blue 207

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

Shades of Dark Orchid #A13ACF

Tints of Dark Orchid #A13ACF

RGB

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

 GREEN value IS 58 (23.05% from 255) = 13.62%

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

R = 37.79%
G = 13.62%
B = 48.59%

CMYK

 C value IS 0.22

 M value IS 0.72

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A13ACF (or 0xA13ACF) is known color: Dark Orchid. HEX triplet: A1, 3A and CF. RGB value is (161,58,207). Sum of RGB (Red+Green+Blue) = 161+58+207=426 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.79% from 426); Green value is 58 (23.05% from 255 or 13.62% from 426); Blue value is 207 (81.25% from 255 or 48.59% from 426); Max value from RGB is 207 - color contains mainly: blue. Hex color #A13ACF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A13ACF is #5EC530. Grayscale: #696969. Windows color (decimal): -6210865 or 13580961. OLE color: 13580961.

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

Color convert

RGB 161 58 207 -
CMYK 0.22 0.72 0 0.19
HSL 281.48º 0.61% 0.52% -
HSV(B) 281.48º 0.72% 0.81% -
XYZ 27.47 15.11 60.5 -
YUV 105.78 185.12 167.38 -
System Red Green Blue C M Y K H S L
Decimal 161 58 207 0.22 0.72 0 0.19 281.48 0.61 0.52
Hex A1 3A CF 16 48 0 13 119 3D 34
Octal 241 72 317 26 110 0 23 431 75 64
Binary 10100001 111010 11001111 10110 1001000 0 10011 100011001 111101 110100

Color Harmonies of #A13ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13ACF

Black with #A13ACF

Text Example


Text Example

White with #A13ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13ACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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