Html Css Color HEX #A840CF Dark Orchid

📋 copy color: '#A840CF'

red 168 ◦ green 64 ◦ blue 207

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

Shades of Dark Orchid #A840CF

Tints of Dark Orchid #A840CF

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.58%

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

R = 38.27%
G = 14.58%
B = 47.15%

CMYK

 C value IS 0.19

 M value IS 0.69

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A840CF (or 0xA840CF) is known color: Dark Orchid. HEX triplet: A8, 40 and CF. RGB value is (168,64,207). Sum of RGB (Red+Green+Blue) = 168+64+207=439 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.27% from 439); Green value is 64 (25.39% from 255 or 14.58% from 439); Blue value is 207 (81.25% from 255 or 47.15% from 439); Max value from RGB is 207 - color contains mainly: blue. Hex color #A840CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A840CF is #57BF30. Grayscale: #6E6E6E. Windows color (decimal): -5750577 or 13582504. OLE color: 13582504.

HSL color Cylindrical-coordinate representation of color #A840CF: hue angle of 283.64º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A840CF is Cyan = 0.19, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 168 64 207 -
CMYK 0.19 0.69 0 0.19
HSL 283.64º 0.6% 0.53% -
HSV(B) 283.64º 0.69% 0.81% -
XYZ 29.24 16.5 60.67 -
YUV 111.4 181.96 168.37 -
System Red Green Blue C M Y K H S L
Decimal 168 64 207 0.19 0.69 0 0.19 283.64 0.6 0.53
Hex A8 40 CF 13 45 0 13 11C 3C 35
Octal 250 100 317 23 105 0 23 434 74 65
Binary 10101000 1000000 11001111 10011 1000101 0 10011 100011100 111100 110101

Color Harmonies of #A840CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A840CF

Black with #A840CF

Text Example


Text Example

White with #A840CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A840CF; }

 p { color: rgb(168,64,207); }

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

background-color css

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

 a { background-color: rgb(168,64,207); }

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

border-color css

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

 span { border-color: rgb(168,64,207); }

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