Html Css Color HEX #A045D7 Dark Orchid

📋 copy color: '#A045D7'

red 160 ◦ green 69 ◦ blue 215

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

Shades of Dark Orchid #A045D7

Tints of Dark Orchid #A045D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 48.42%

R = 36.04%
G = 15.54%
B = 48.42%

CMYK

 C value IS 0.26

 M value IS 0.68

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A045D7 (or 0xA045D7) is known color: Dark Orchid. HEX triplet: A0, 45 and D7. RGB value is (160,69,215). Sum of RGB (Red+Green+Blue) = 160+69+215=444 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.04% from 444); Green value is 69 (27.34% from 255 or 15.54% from 444); Blue value is 215 (84.38% from 255 or 48.42% from 444); Max value from RGB is 215 - color contains mainly: blue. Hex color #A045D7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A045D7 is #5FBA28. Grayscale: #707070. Windows color (decimal): -6273577 or 14108064. OLE color: 14108064.

HSL color Cylindrical-coordinate representation of color #A045D7: hue angle of 277.4º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A045D7 is Cyan = 0.26, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 160 69 215 -
CMYK 0.26 0.68 0 0.16
HSL 277.4º 0.65% 0.56% -
HSV(B) 277.4º 0.68% 0.84% -
XYZ 28.89 16.64 65.98 -
YUV 112.85 185.65 161.63 -
System Red Green Blue C M Y K H S L
Decimal 160 69 215 0.26 0.68 0 0.16 277.4 0.65 0.56
Hex A0 45 D7 1A 44 0 10 115 41 38
Octal 240 105 327 32 104 0 20 425 101 70
Binary 10100000 1000101 11010111 11010 1000100 0 10000 100010101 1000001 111000

Color Harmonies of #A045D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A045D7

Black with #A045D7

Text Example


Text Example

White with #A045D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A045D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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