Html Css Color HEX #A246CF Dark Orchid

📋 copy color: '#A246CF'

red 162 ◦ green 70 ◦ blue 207

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

Shades of Dark Orchid #A246CF

Tints of Dark Orchid #A246CF

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.95%

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

R = 36.9%
G = 15.95%
B = 47.15%

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

#A246CF (or 0xA246CF) is known color: Dark Orchid. HEX triplet: A2, 46 and CF. RGB value is (162,70,207). Sum of RGB (Red+Green+Blue) = 162+70+207=439 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.90% from 439); Green value is 70 (27.73% from 255 or 15.95% 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 #A246CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A246CF is #5DB930. Grayscale: #707070. Windows color (decimal): -6142257 or 13584034. OLE color: 13584034.

HSL color Cylindrical-coordinate representation of color #A246CF: 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.66%. Process color model (Four color, CMYK) of #A246CF is Cyan = 0.22, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 162 70 207 -
CMYK 0.22 0.66 0 0.19
HSL 280.29º 0.59% 0.54% -
HSV(B) 280.29º 0.66% 0.81% -
XYZ 28.35 16.57 60.73 -
YUV 113.13 180.98 162.86 -
System Red Green Blue C M Y K H S L
Decimal 162 70 207 0.22 0.66 0 0.19 280.29 0.59 0.54
Hex A2 46 CF 16 42 0 13 118 3B 36
Octal 242 106 317 26 102 0 23 430 73 66
Binary 10100010 1000110 11001111 10110 1000010 0 10011 100011000 111011 110110

Color Harmonies of #A246CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A246CF

Black with #A246CF

Text Example


Text Example

White with #A246CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A246CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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