Html Css Color HEX #A446CF Dark Orchid

📋 copy color: '#A446CF'

red 164 ◦ green 70 ◦ blue 207

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

Shades of Dark Orchid #A446CF

Tints of Dark Orchid #A446CF

RGB

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

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

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

R = 37.19%
G = 15.87%
B = 46.94%

CMYK

 C value IS 0.21

 M value IS 0.66

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A446CF (or 0xA446CF) is known color: Dark Orchid. HEX triplet: A4, 46 and CF. RGB value is (164,70,207). Sum of RGB (Red+Green+Blue) = 164+70+207=441 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.19% from 441); Green value is 70 (27.73% from 255 or 15.87% from 441); Blue value is 207 (81.25% from 255 or 46.94% from 441); Max value from RGB is 207 - color contains mainly: blue. Hex color #A446CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A446CF is #5BB930. Grayscale: #717171. Windows color (decimal): -6011185 or 13584036. OLE color: 13584036.

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

Color convert

RGB 164 70 207 -
CMYK 0.21 0.66 0 0.19
HSL 281.17º 0.59% 0.54% -
HSV(B) 281.17º 0.66% 0.81% -
XYZ 28.76 16.78 60.75 -
YUV 113.72 180.64 163.86 -
System Red Green Blue C M Y K H S L
Decimal 164 70 207 0.21 0.66 0 0.19 281.17 0.59 0.54
Hex A4 46 CF 15 42 0 13 119 3B 36
Octal 244 106 317 25 102 0 23 431 73 66
Binary 10100100 1000110 11001111 10101 1000010 0 10011 100011001 111011 110110

Color Harmonies of #A446CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A446CF

Black with #A446CF

Text Example


Text Example

White with #A446CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A446CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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