Html Css Color HEX #A545CE Dark Orchid

📋 copy color: '#A545CE'

red 165 ◦ green 69 ◦ blue 206

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

Shades of Dark Orchid #A545CE

Tints of Dark Orchid #A545CE

RGB

 RED value IS 165 (64.84% from 255) = 37.5%

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

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

R = 37.5%
G = 15.68%
B = 46.82%

CMYK

 C value IS 0.20

 M value IS 0.67

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A545CE (or 0xA545CE) is known color: Dark Orchid. HEX triplet: A5, 45 and CE. RGB value is (165,69,206). Sum of RGB (Red+Green+Blue) = 165+69+206=440 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.5% from 440); Green value is 69 (27.34% from 255 or 15.68% from 440); Blue value is 206 (80.86% from 255 or 46.82% from 440); Max value from RGB is 206 - color contains mainly: blue. Hex color #A545CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A545CE is #5ABA31. Grayscale: #707070. Windows color (decimal): -5945906 or 13518245. OLE color: 13518245.

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

Color convert

RGB 165 69 206 -
CMYK 0.20 0.67 0 0.19
HSL 282.04º 0.58% 0.54% -
HSV(B) 282.04º 0.67% 0.81% -
XYZ 28.79 16.71 60.1 -
YUV 113.32 180.3 164.86 -
System Red Green Blue C M Y K H S L
Decimal 165 69 206 0.20 0.67 0 0.19 282.04 0.58 0.54
Hex A5 45 CE 14 43 0 13 11A 3A 36
Octal 245 105 316 24 103 0 23 432 72 66
Binary 10100101 1000101 11001110 10100 1000011 0 10011 100011010 111010 110110

Color Harmonies of #A545CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A545CE

Black with #A545CE

Text Example


Text Example

White with #A545CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A545CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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