Html Css Color HEX #A545DF Dark Orchid

📋 copy color: '#A545DF'

red 165 ◦ green 69 ◦ blue 223

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

Shades of Dark Orchid #A545DF

Tints of Dark Orchid #A545DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 48.8%

R = 36.11%
G = 15.1%
B = 48.8%

CMYK

 C value IS 0.26

 M value IS 0.69

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A545DF (or 0xA545DF) is known color: Dark Orchid. HEX triplet: A5, 45 and DF. RGB value is (165,69,223). Sum of RGB (Red+Green+Blue) = 165+69+223=457 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.11% from 457); Green value is 69 (27.34% from 255 or 15.10% from 457); Blue value is 223 (87.5% from 255 or 48.80% from 457); Max value from RGB is 223 - color contains mainly: blue. Hex color #A545DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A545DF is #5ABA20. Grayscale: #727272. Windows color (decimal): -5945889 or 14632357. OLE color: 14632357.

HSL color Cylindrical-coordinate representation of color #A545DF: hue angle of 277.4º degrees, saturation: 0.71, 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 #A545DF is Cyan = 0.26, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 165 69 223 -
CMYK 0.26 0.69 0 0.13
HSL 277.4º 0.71% 0.57% -
HSV(B) 277.4º 0.69% 0.87% -
XYZ 30.96 17.58 71.57 -
YUV 115.26 188.8 163.48 -
System Red Green Blue C M Y K H S L
Decimal 165 69 223 0.26 0.69 0 0.13 277.4 0.71 0.57
Hex A5 45 DF 1A 45 0 D 115 47 39
Octal 245 105 337 32 105 0 15 425 107 71
Binary 10100101 1000101 11011111 11010 1000101 0 1101 100010101 1000111 111001

Color Harmonies of #A545DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A545DF

Black with #A545DF

Text Example


Text Example

White with #A545DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A545DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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