Html Css Color HEX #A645CE Dark Orchid

📋 copy color: '#A645CE'

red 166 ◦ green 69 ◦ blue 206

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

Shades of Dark Orchid #A645CE

Tints of Dark Orchid #A645CE

RGB

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

 GREEN value IS 69 (27.34% from 255) = 15.65%

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

R = 37.64%
G = 15.65%
B = 46.71%

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

#A645CE (or 0xA645CE) is known color: Dark Orchid. HEX triplet: A6, 45 and CE. RGB value is (166,69,206). Sum of RGB (Red+Green+Blue) = 166+69+206=441 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.64% from 441); Green value is 69 (27.34% from 255 or 15.65% from 441); Blue value is 206 (80.86% from 255 or 46.71% from 441); Max value from RGB is 206 - color contains mainly: blue. Hex color #A645CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A645CE is #59BA31. Grayscale: #717171. Windows color (decimal): -5880370 or 13518246. OLE color: 13518246.

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

Color convert

RGB 166 69 206 -
CMYK 0.19 0.67 0 0.19
HSL 282.48º 0.58% 0.54% -
HSV(B) 282.48º 0.67% 0.81% -
XYZ 28.99 16.82 60.11 -
YUV 113.62 180.14 165.36 -
System Red Green Blue C M Y K H S L
Decimal 166 69 206 0.19 0.67 0 0.19 282.48 0.58 0.54
Hex A6 45 CE 13 43 0 13 11A 3A 36
Octal 246 105 316 23 103 0 23 432 72 66
Binary 10100110 1000101 11001110 10011 1000011 0 10011 100011010 111010 110110

Color Harmonies of #A645CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A645CE

Black with #A645CE

Text Example


Text Example

White with #A645CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A645CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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