Html Css Color HEX #A643CE Dark Orchid

📋 copy color: '#A643CE'

red 166 ◦ green 67 ◦ blue 206

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

Shades of Dark Orchid #A643CE

Tints of Dark Orchid #A643CE

RGB

 RED value IS 166 (65.23% from 255) = 37.81%

 GREEN value IS 67 (26.56% from 255) = 15.26%

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

R = 37.81%
G = 15.26%
B = 46.92%

CMYK

 C value IS 0.19

 M value IS 0.67

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A643CE (or 0xA643CE) is known color: Dark Orchid. HEX triplet: A6, 43 and CE. RGB value is (166,67,206). Sum of RGB (Red+Green+Blue) = 166+67+206=439 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.81% from 439); Green value is 67 (26.56% from 255 or 15.26% from 439); Blue value is 206 (80.86% from 255 or 46.92% from 439); Max value from RGB is 206 - color contains mainly: blue. Hex color #A643CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A643CE is #59BC31. Grayscale: #6F6F6F. Windows color (decimal): -5880882 or 13517734. OLE color: 13517734.

HSL color Cylindrical-coordinate representation of color #A643CE: hue angle of 282.73º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A643CE is Cyan = 0.19, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 166 67 206 -
CMYK 0.19 0.67 0 0.19
HSL 282.73º 0.59% 0.54% -
HSV(B) 282.73º 0.67% 0.81% -
XYZ 28.87 16.58 60.07 -
YUV 112.45 180.8 166.2 -
System Red Green Blue C M Y K H S L
Decimal 166 67 206 0.19 0.67 0 0.19 282.73 0.59 0.54
Hex A6 43 CE 13 43 0 13 11B 3B 36
Octal 246 103 316 23 103 0 23 433 73 66
Binary 10100110 1000011 11001110 10011 1000011 0 10011 100011011 111011 110110

Color Harmonies of #A643CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A643CE

Black with #A643CE

Text Example


Text Example

White with #A643CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A643CE; }

 p { color: rgb(166,67,206); }

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

background-color css

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

 a { background-color: rgb(166,67,206); }

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

border-color css

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

 span { border-color: rgb(166,67,206); }

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