Html Css Color HEX #A645DE Dark Orchid

📋 copy color: '#A645DE'

red 166 ◦ green 69 ◦ blue 222

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

Shades of Dark Orchid #A645DE

Tints of Dark Orchid #A645DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 48.58%

R = 36.32%
G = 15.1%
B = 48.58%

CMYK

 C value IS 0.25

 M value IS 0.69

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A645DE (or 0xA645DE) is known color: Dark Orchid. HEX triplet: A6, 45 and DE. RGB value is (166,69,222). Sum of RGB (Red+Green+Blue) = 166+69+222=457 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.32% from 457); Green value is 69 (27.34% from 255 or 15.10% from 457); Blue value is 222 (87.11% from 255 or 48.58% from 457); Max value from RGB is 222 - color contains mainly: blue. Hex color #A645DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A645DE is #59BA21. Grayscale: #727272. Windows color (decimal): -5880354 or 14566822. OLE color: 14566822.

HSL color Cylindrical-coordinate representation of color #A645DE: hue angle of 278.04º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A645DE is Cyan = 0.25, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 166 69 222 -
CMYK 0.25 0.69 0 0.13
HSL 278.04º 0.7% 0.57% -
HSV(B) 278.04º 0.69% 0.87% -
XYZ 31.04 17.64 70.88 -
YUV 115.45 188.14 164.06 -
System Red Green Blue C M Y K H S L
Decimal 166 69 222 0.25 0.69 0 0.13 278.04 0.7 0.57
Hex A6 45 DE 19 45 0 D 116 46 39
Octal 246 105 336 31 105 0 15 426 106 71
Binary 10100110 1000101 11011110 11001 1000101 0 1101 100010110 1000110 111001

Color Harmonies of #A645DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A645DE

Black with #A645DE

Text Example


Text Example

White with #A645DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A645DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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