Html Css Color HEX #A645D1 Dark Orchid

📋 copy color: '#A645D1'

red 166 ◦ green 69 ◦ blue 209

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

Shades of Dark Orchid #A645D1

Tints of Dark Orchid #A645D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 47.07%

R = 37.39%
G = 15.54%
B = 47.07%

CMYK

 C value IS 0.21

 M value IS 0.67

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A645D1 (or 0xA645D1) is known color: Dark Orchid. HEX triplet: A6, 45 and D1. RGB value is (166,69,209). Sum of RGB (Red+Green+Blue) = 166+69+209=444 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.39% from 444); Green value is 69 (27.34% from 255 or 15.54% from 444); Blue value is 209 (82.03% from 255 or 47.07% from 444); Max value from RGB is 209 - color contains mainly: blue. Hex color #A645D1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A645D1 is #59BA2E. Grayscale: #717171. Windows color (decimal): -5880367 or 13714854. OLE color: 13714854.

HSL color Cylindrical-coordinate representation of color #A645D1: hue angle of 281.57º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A645D1 is Cyan = 0.21, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 166 69 209 -
CMYK 0.21 0.67 0 0.18
HSL 281.57º 0.6% 0.55% -
HSV(B) 281.57º 0.67% 0.82% -
XYZ 29.36 16.97 62.05 -
YUV 113.96 181.64 165.12 -
System Red Green Blue C M Y K H S L
Decimal 166 69 209 0.21 0.67 0 0.18 281.57 0.6 0.55
Hex A6 45 D1 15 43 0 12 11A 3C 37
Octal 246 105 321 25 103 0 22 432 74 67
Binary 10100110 1000101 11010001 10101 1000011 0 10010 100011010 111100 110111

Color Harmonies of #A645D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A645D1

Black with #A645D1

Text Example


Text Example

White with #A645D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A645D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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