Html Css Color HEX #A246CD Dark Orchid

📋 copy color: '#A246CD'

red 162 ◦ green 70 ◦ blue 205

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

Shades of Dark Orchid #A246CD

Tints of Dark Orchid #A246CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 46.91%

R = 37.07%
G = 16.02%
B = 46.91%

CMYK

 C value IS 0.21

 M value IS 0.66

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A246CD (or 0xA246CD) is known color: Dark Orchid. HEX triplet: A2, 46 and CD. RGB value is (162,70,205). Sum of RGB (Red+Green+Blue) = 162+70+205=437 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.07% from 437); Green value is 70 (27.73% from 255 or 16.02% from 437); Blue value is 205 (80.47% from 255 or 46.91% from 437); Max value from RGB is 205 - color contains mainly: blue. Hex color #A246CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A246CD is #5DB932. Grayscale: #707070. Windows color (decimal): -6142259 or 13452962. OLE color: 13452962.

HSL color Cylindrical-coordinate representation of color #A246CD: hue angle of 280.89º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A246CD is Cyan = 0.21, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 162 70 205 -
CMYK 0.21 0.66 0 0.20
HSL 280.89º 0.57% 0.54% -
HSV(B) 280.89º 0.66% 0.8% -
XYZ 28.11 16.47 59.45 -
YUV 112.9 179.98 163.02 -
System Red Green Blue C M Y K H S L
Decimal 162 70 205 0.21 0.66 0 0.20 280.89 0.57 0.54
Hex A2 46 CD 15 42 0 14 119 39 36
Octal 242 106 315 25 102 0 24 431 71 66
Binary 10100010 1000110 11001101 10101 1000010 0 10100 100011001 111001 110110

Color Harmonies of #A246CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A246CD

Black with #A246CD

Text Example


Text Example

White with #A246CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A246CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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