Html Css Color HEX #A446CE Dark Orchid

📋 copy color: '#A446CE'

red 164 ◦ green 70 ◦ blue 206

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

Shades of Dark Orchid #A446CE

Tints of Dark Orchid #A446CE

RGB

 RED value IS 164 (64.45% from 255) = 37.27%

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

 BLUE value IS 206 (80.86% from 255) = 46.82%

R = 37.27%
G = 15.91%
B = 46.82%

CMYK

 C value IS 0.20

 M value IS 0.66

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A446CE (or 0xA446CE) is known color: Dark Orchid. HEX triplet: A4, 46 and CE. RGB value is (164,70,206). Sum of RGB (Red+Green+Blue) = 164+70+206=440 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.27% from 440); Green value is 70 (27.73% from 255 or 15.91% from 440); Blue value is 206 (80.86% from 255 or 46.82% from 440); Max value from RGB is 206 - color contains mainly: blue. Hex color #A446CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A446CE is #5BB931. Grayscale: #717171. Windows color (decimal): -6011186 or 13518500. OLE color: 13518500.

HSL color Cylindrical-coordinate representation of color #A446CE: hue angle of 281.47º degrees, saturation: 0.58, 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 #A446CE is Cyan = 0.20, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 164 70 206 -
CMYK 0.20 0.66 0 0.19
HSL 281.47º 0.58% 0.54% -
HSV(B) 281.47º 0.66% 0.81% -
XYZ 28.64 16.73 60.11 -
YUV 113.61 180.14 163.94 -
System Red Green Blue C M Y K H S L
Decimal 164 70 206 0.20 0.66 0 0.19 281.47 0.58 0.54
Hex A4 46 CE 14 42 0 13 119 3A 36
Octal 244 106 316 24 102 0 23 431 72 66
Binary 10100100 1000110 11001110 10100 1000010 0 10011 100011001 111010 110110

Color Harmonies of #A446CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A446CE

Black with #A446CE

Text Example


Text Example

White with #A446CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A446CE; }

 p { color: rgb(164,70,206); }

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

background-color css

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

 a { background-color: rgb(164,70,206); }

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

border-color css

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

 span { border-color: rgb(164,70,206); }

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