Html Css Color HEX #A247CF Dark Orchid

📋 copy color: '#A247CF'

red 162 ◦ green 71 ◦ blue 207

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

Shades of Dark Orchid #A247CF

Tints of Dark Orchid #A247CF

RGB

 RED value IS 162 (63.67% from 255) = 36.82%

 GREEN value IS 71 (28.13% from 255) = 16.14%

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

R = 36.82%
G = 16.14%
B = 47.05%

CMYK

 C value IS 0.22

 M value IS 0.66

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A247CF (or 0xA247CF) is known color: Dark Orchid. HEX triplet: A2, 47 and CF. RGB value is (162,71,207). Sum of RGB (Red+Green+Blue) = 162+71+207=440 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.82% from 440); Green value is 71 (28.12% from 255 or 16.14% from 440); Blue value is 207 (81.25% from 255 or 47.05% from 440); Max value from RGB is 207 - color contains mainly: blue. Hex color #A247CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A247CF is #5DB830. Grayscale: #717171. Windows color (decimal): -6142001 or 13584290. OLE color: 13584290.

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

Color convert

RGB 162 71 207 -
CMYK 0.22 0.66 0 0.19
HSL 280.15º 0.59% 0.55% -
HSV(B) 280.15º 0.66% 0.81% -
XYZ 28.42 16.69 60.76 -
YUV 113.71 180.65 162.44 -
System Red Green Blue C M Y K H S L
Decimal 162 71 207 0.22 0.66 0 0.19 280.15 0.59 0.55
Hex A2 47 CF 16 42 0 13 118 3B 37
Octal 242 107 317 26 102 0 23 430 73 67
Binary 10100010 1000111 11001111 10110 1000010 0 10011 100011000 111011 110111

Color Harmonies of #A247CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A247CF

Black with #A247CF

Text Example


Text Example

White with #A247CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A247CF; }

 p { color: rgb(162,71,207); }

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

background-color css

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

 a { background-color: rgb(162,71,207); }

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

border-color css

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

 span { border-color: rgb(162,71,207); }

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