Html Css Color HEX #A843C7 Dark Orchid

📋 copy color: '#A843C7'

red 168 ◦ green 67 ◦ blue 199

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

Shades of Dark Orchid #A843C7

Tints of Dark Orchid #A843C7

RGB

 RED value IS 168 (66.02% from 255) = 38.71%

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

 BLUE value IS 199 (78.13% from 255) = 45.85%

R = 38.71%
G = 15.44%
B = 45.85%

CMYK

 C value IS 0.16

 M value IS 0.66

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A843C7 (or 0xA843C7) is known color: Dark Orchid. HEX triplet: A8, 43 and C7. RGB value is (168,67,199). Sum of RGB (Red+Green+Blue) = 168+67+199=434 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.71% from 434); Green value is 67 (26.56% from 255 or 15.44% from 434); Blue value is 199 (78.12% from 255 or 45.85% from 434); Max value from RGB is 199 - color contains mainly: blue. Hex color #A843C7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A843C7 is #57BC38. Grayscale: #6F6F6F. Windows color (decimal): -5749817 or 13058984. OLE color: 13058984.

HSL color Cylindrical-coordinate representation of color #A843C7: hue angle of 285.91º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A843C7 is Cyan = 0.16, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 168 67 199 -
CMYK 0.16 0.66 0 0.22
HSL 285.91º 0.54% 0.52% -
HSV(B) 285.91º 0.66% 0.78% -
XYZ 28.46 16.46 55.71 -
YUV 112.25 176.96 167.77 -
System Red Green Blue C M Y K H S L
Decimal 168 67 199 0.16 0.66 0 0.22 285.91 0.54 0.52
Hex A8 43 C7 10 42 0 16 11E 36 34
Octal 250 103 307 20 102 0 26 436 66 64
Binary 10101000 1000011 11000111 10000 1000010 0 10110 100011110 110110 110100

Color Harmonies of #A843C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A843C7

Black with #A843C7

Text Example


Text Example

White with #A843C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A843C7; }

 p { color: rgb(168,67,199); }

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

background-color css

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

 a { background-color: rgb(168,67,199); }

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

border-color css

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

 span { border-color: rgb(168,67,199); }

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