Html Css Color HEX #A045E1 Dark Orchid

📋 copy color: '#A045E1'

red 160 ◦ green 69 ◦ blue 225

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

Shades of Dark Orchid #A045E1

Tints of Dark Orchid #A045E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 49.56%

R = 35.24%
G = 15.2%
B = 49.56%

CMYK

 C value IS 0.29

 M value IS 0.69

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A045E1 (or 0xA045E1) is known color: Dark Orchid. HEX triplet: A0, 45 and E1. RGB value is (160,69,225). Sum of RGB (Red+Green+Blue) = 160+69+225=454 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.24% from 454); Green value is 69 (27.34% from 255 or 15.20% from 454); Blue value is 225 (88.28% from 255 or 49.56% from 454); Max value from RGB is 225 - color contains mainly: blue. Hex color #A045E1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A045E1 is #5FBA1E. Grayscale: #717171. Windows color (decimal): -6273567 or 14763424. OLE color: 14763424.

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

Color convert

RGB 160 69 225 -
CMYK 0.29 0.69 0 0.12
HSL 275º 0.72% 0.58% -
HSV(B) 275º 0.69% 0.88% -
XYZ 30.22 17.17 72.95 -
YUV 113.99 190.65 160.82 -
System Red Green Blue C M Y K H S L
Decimal 160 69 225 0.29 0.69 0 0.12 275 0.72 0.58
Hex A0 45 E1 1D 45 0 C 113 48 3A
Octal 240 105 341 35 105 0 14 423 110 72
Binary 10100000 1000101 11100001 11101 1000101 0 1100 100010011 1001000 111010

Color Harmonies of #A045E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A045E1

Black with #A045E1

Text Example


Text Example

White with #A045E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A045E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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