Html Css Color HEX #A645DB Dark Orchid

📋 copy color: '#A645DB'

red 166 ◦ green 69 ◦ blue 219

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

Shades of Dark Orchid #A645DB

Tints of Dark Orchid #A645DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 48.24%

R = 36.56%
G = 15.2%
B = 48.24%

CMYK

 C value IS 0.24

 M value IS 0.68

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A645DB (or 0xA645DB) is known color: Dark Orchid. HEX triplet: A6, 45 and DB. RGB value is (166,69,219). Sum of RGB (Red+Green+Blue) = 166+69+219=454 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.56% from 454); Green value is 69 (27.34% from 255 or 15.20% from 454); Blue value is 219 (85.94% from 255 or 48.24% from 454); Max value from RGB is 219 - color contains mainly: blue. Hex color #A645DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A645DB is #59BA24. Grayscale: #727272. Windows color (decimal): -5880357 or 14370214. OLE color: 14370214.

HSL color Cylindrical-coordinate representation of color #A645DB: hue angle of 278.8º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A645DB is Cyan = 0.24, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 166 69 219 -
CMYK 0.24 0.68 0 0.14
HSL 278.8º 0.68% 0.56% -
HSV(B) 278.8º 0.68% 0.86% -
XYZ 30.64 17.48 68.78 -
YUV 115.1 186.64 164.3 -
System Red Green Blue C M Y K H S L
Decimal 166 69 219 0.24 0.68 0 0.14 278.8 0.68 0.56
Hex A6 45 DB 18 44 0 E 117 44 38
Octal 246 105 333 30 104 0 16 427 104 70
Binary 10100110 1000101 11011011 11000 1000100 0 1110 100010111 1000100 111000

Color Harmonies of #A645DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A645DB

Black with #A645DB

Text Example


Text Example

White with #A645DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A645DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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