Html Css Color HEX #A045DE Dark Orchid

📋 copy color: '#A045DE'

red 160 ◦ green 69 ◦ blue 222

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

Shades of Dark Orchid #A045DE

Tints of Dark Orchid #A045DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 49.22%

R = 35.48%
G = 15.3%
B = 49.22%

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

#A045DE (or 0xA045DE) is known color: Dark Orchid. HEX triplet: A0, 45 and DE. RGB value is (160,69,222). Sum of RGB (Red+Green+Blue) = 160+69+222=451 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.48% from 451); Green value is 69 (27.34% from 255 or 15.30% from 451); Blue value is 222 (87.11% from 255 or 49.22% from 451); Max value from RGB is 222 - color contains mainly: blue. Hex color #A045DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A045DE is #5FBA21. Grayscale: #717171. Windows color (decimal): -6273570 or 14566816. OLE color: 14566816.

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

Color convert

RGB 160 69 222 -
CMYK 0.28 0.69 0 0.13
HSL 275.69º 0.7% 0.57% -
HSV(B) 275.69º 0.69% 0.87% -
XYZ 29.81 17 70.82 -
YUV 113.65 189.15 161.06 -
System Red Green Blue C M Y K H S L
Decimal 160 69 222 0.28 0.69 0 0.13 275.69 0.7 0.57
Hex A0 45 DE 1C 45 0 D 114 46 39
Octal 240 105 336 34 105 0 15 424 106 71
Binary 10100000 1000101 11011110 11100 1000101 0 1101 100010100 1000110 111001

Color Harmonies of #A045DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A045DE

Black with #A045DE

Text Example


Text Example

White with #A045DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A045DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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