Html Css Color HEX #A143CF Dark Orchid

📋 copy color: '#A143CF'

red 161 ◦ green 67 ◦ blue 207

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

Shades of Dark Orchid #A143CF

Tints of Dark Orchid #A143CF

RGB

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

 GREEN value IS 67 (26.56% from 255) = 15.4%

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

R = 37.01%
G = 15.4%
B = 47.59%

CMYK

 C value IS 0.22

 M value IS 0.68

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A143CF (or 0xA143CF) is known color: Dark Orchid. HEX triplet: A1, 43 and CF. RGB value is (161,67,207). Sum of RGB (Red+Green+Blue) = 161+67+207=435 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.01% from 435); Green value is 67 (26.56% from 255 or 15.40% from 435); Blue value is 207 (81.25% from 255 or 47.59% from 435); Max value from RGB is 207 - color contains mainly: blue. Hex color #A143CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A143CF is #5EBC30. Grayscale: #6E6E6E. Windows color (decimal): -6208561 or 13583265. OLE color: 13583265.

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

Color convert

RGB 161 67 207 -
CMYK 0.22 0.68 0 0.19
HSL 280.29º 0.59% 0.54% -
HSV(B) 280.29º 0.68% 0.81% -
XYZ 27.97 16.1 60.66 -
YUV 111.07 182.14 163.62 -
System Red Green Blue C M Y K H S L
Decimal 161 67 207 0.22 0.68 0 0.19 280.29 0.59 0.54
Hex A1 43 CF 16 44 0 13 118 3B 36
Octal 241 103 317 26 104 0 23 430 73 66
Binary 10100001 1000011 11001111 10110 1000100 0 10011 100011000 111011 110110

Color Harmonies of #A143CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A143CF

Black with #A143CF

Text Example


Text Example

White with #A143CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A143CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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