Html Css Color HEX #A246DF Dark Orchid

📋 copy color: '#A246DF'

red 162 ◦ green 70 ◦ blue 223

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

Shades of Dark Orchid #A246DF

Tints of Dark Orchid #A246DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 49.01%

R = 35.6%
G = 15.38%
B = 49.01%

CMYK

 C value IS 0.27

 M value IS 0.69

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A246DF (or 0xA246DF) is known color: Dark Orchid. HEX triplet: A2, 46 and DF. RGB value is (162,70,223). Sum of RGB (Red+Green+Blue) = 162+70+223=455 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.60% from 455); Green value is 70 (27.73% from 255 or 15.38% from 455); Blue value is 223 (87.5% from 255 or 49.01% from 455); Max value from RGB is 223 - color contains mainly: blue. Hex color #A246DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A246DF is #5DB920. Grayscale: #727272. Windows color (decimal): -6142241 or 14632610. OLE color: 14632610.

HSL color Cylindrical-coordinate representation of color #A246DF: hue angle of 276.08º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A246DF is Cyan = 0.27, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 162 70 223 -
CMYK 0.27 0.69 0 0.13
HSL 276.08º 0.71% 0.57% -
HSV(B) 276.08º 0.69% 0.87% -
XYZ 30.41 17.39 71.57 -
YUV 114.95 188.98 161.56 -
System Red Green Blue C M Y K H S L
Decimal 162 70 223 0.27 0.69 0 0.13 276.08 0.71 0.57
Hex A2 46 DF 1B 45 0 D 114 47 39
Octal 242 106 337 33 105 0 15 424 107 71
Binary 10100010 1000110 11011111 11011 1000101 0 1101 100010100 1000111 111001

Color Harmonies of #A246DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A246DF

Black with #A246DF

Text Example


Text Example

White with #A246DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A246DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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