Html Css Color HEX #A545E0 Dark Orchid

📋 copy color: '#A545E0'

red 165 ◦ green 69 ◦ blue 224

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

Shades of Dark Orchid #A545E0

Tints of Dark Orchid #A545E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 48.91%

R = 36.03%
G = 15.07%
B = 48.91%

CMYK

 C value IS 0.26

 M value IS 0.69

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A545E0 (or 0xA545E0) is known color: Dark Orchid. HEX triplet: A5, 45 and E0. RGB value is (165,69,224). Sum of RGB (Red+Green+Blue) = 165+69+224=458 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.03% from 458); Green value is 69 (27.34% from 255 or 15.07% from 458); Blue value is 224 (87.89% from 255 or 48.91% from 458); Max value from RGB is 224 - color contains mainly: blue. Hex color #A545E0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A545E0 is #5ABA1F. Grayscale: #727272. Windows color (decimal): -5945888 or 14697893. OLE color: 14697893.

HSL color Cylindrical-coordinate representation of color #A545E0: hue angle of 277.16º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A545E0 is Cyan = 0.26, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 165 69 224 -
CMYK 0.26 0.69 0 0.12
HSL 277.16º 0.71% 0.57% -
HSV(B) 277.16º 0.69% 0.88% -
XYZ 31.1 17.64 72.29 -
YUV 115.37 189.3 163.4 -
System Red Green Blue C M Y K H S L
Decimal 165 69 224 0.26 0.69 0 0.12 277.16 0.71 0.57
Hex A5 45 E0 1A 45 0 C 115 47 39
Octal 245 105 340 32 105 0 14 425 107 71
Binary 10100101 1000101 11100000 11010 1000101 0 1100 100010101 1000111 111001

Color Harmonies of #A545E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A545E0

Black with #A545E0

Text Example


Text Example

White with #A545E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A545E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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