Html Css Color HEX #A045DF Dark Orchid

📋 copy color: '#A045DF'

red 160 ◦ green 69 ◦ blue 223

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

Shades of Dark Orchid #A045DF

Tints of Dark Orchid #A045DF

RGB

 RED value IS 160 (62.89% from 255) = 35.4%

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

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

R = 35.4%
G = 15.27%
B = 49.34%

CMYK

 C value IS 0.28

 M value IS 0.69

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A045DF (or 0xA045DF) is known color: Dark Orchid. HEX triplet: A0, 45 and DF. RGB value is (160,69,223). Sum of RGB (Red+Green+Blue) = 160+69+223=452 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.40% from 452); Green value is 69 (27.34% from 255 or 15.27% from 452); Blue value is 223 (87.5% from 255 or 49.34% from 452); Max value from RGB is 223 - color contains mainly: blue. Hex color #A045DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A045DF is #5FBA20. Grayscale: #717171. Windows color (decimal): -6273569 or 14632352. OLE color: 14632352.

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

Color convert

RGB 160 69 223 -
CMYK 0.28 0.69 0 0.13
HSL 275.45º 0.71% 0.57% -
HSV(B) 275.45º 0.69% 0.87% -
XYZ 29.94 17.06 71.53 -
YUV 113.77 189.65 160.98 -
System Red Green Blue C M Y K H S L
Decimal 160 69 223 0.28 0.69 0 0.13 275.45 0.71 0.57
Hex A0 45 DF 1C 45 0 D 113 47 39
Octal 240 105 337 34 105 0 15 423 107 71
Binary 10100000 1000101 11011111 11100 1000101 0 1101 100010011 1000111 111001

Color Harmonies of #A045DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A045DF

Black with #A045DF

Text Example


Text Example

White with #A045DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A045DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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