Html Css Color HEX #A043CF Dark Orchid

📋 copy color: '#A043CF'

red 160 ◦ green 67 ◦ blue 207

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

Shades of Dark Orchid #A043CF

Tints of Dark Orchid #A043CF

RGB

 RED value IS 160 (62.89% from 255) = 36.87%

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

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

R = 36.87%
G = 15.44%
B = 47.7%

CMYK

 C value IS 0.23

 M value IS 0.68

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A043CF (or 0xA043CF) is known color: Dark Orchid. HEX triplet: A0, 43 and CF. RGB value is (160,67,207). Sum of RGB (Red+Green+Blue) = 160+67+207=434 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.87% from 434); Green value is 67 (26.56% from 255 or 15.44% from 434); Blue value is 207 (81.25% from 255 or 47.70% from 434); Max value from RGB is 207 - color contains mainly: blue. Hex color #A043CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A043CF is #5FBC30. Grayscale: #6E6E6E. Windows color (decimal): -6274097 or 13583264. OLE color: 13583264.

HSL color Cylindrical-coordinate representation of color #A043CF: hue angle of 279.86º 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 #A043CF is Cyan = 0.23, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 160 67 207 -
CMYK 0.23 0.68 0 0.19
HSL 279.86º 0.59% 0.54% -
HSV(B) 279.86º 0.68% 0.81% -
XYZ 27.77 15.99 60.65 -
YUV 110.77 182.31 163.12 -
System Red Green Blue C M Y K H S L
Decimal 160 67 207 0.23 0.68 0 0.19 279.86 0.59 0.54
Hex A0 43 CF 17 44 0 13 118 3B 36
Octal 240 103 317 27 104 0 23 430 73 66
Binary 10100000 1000011 11001111 10111 1000100 0 10011 100011000 111011 110110

Color Harmonies of #A043CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A043CF

Black with #A043CF

Text Example


Text Example

White with #A043CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A043CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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