Html Css Color HEX #A045D6 Dark Orchid

📋 copy color: '#A045D6'

red 160 ◦ green 69 ◦ blue 214

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

Shades of Dark Orchid #A045D6

Tints of Dark Orchid #A045D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 48.31%

R = 36.12%
G = 15.58%
B = 48.31%

CMYK

 C value IS 0.25

 M value IS 0.68

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A045D6 (or 0xA045D6) is known color: Dark Orchid. HEX triplet: A0, 45 and D6. RGB value is (160,69,214). Sum of RGB (Red+Green+Blue) = 160+69+214=443 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.12% from 443); Green value is 69 (27.34% from 255 or 15.58% from 443); Blue value is 214 (83.98% from 255 or 48.31% from 443); Max value from RGB is 214 - color contains mainly: blue. Hex color #A045D6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A045D6 is #5FBA29. Grayscale: #707070. Windows color (decimal): -6273578 or 14042528. OLE color: 14042528.

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

Color convert

RGB 160 69 214 -
CMYK 0.25 0.68 0 0.16
HSL 277.66º 0.64% 0.55% -
HSV(B) 277.66º 0.68% 0.84% -
XYZ 28.76 16.58 65.3 -
YUV 112.74 185.15 161.71 -
System Red Green Blue C M Y K H S L
Decimal 160 69 214 0.25 0.68 0 0.16 277.66 0.64 0.55
Hex A0 45 D6 19 44 0 10 116 40 37
Octal 240 105 326 31 104 0 20 426 100 67
Binary 10100000 1000101 11010110 11001 1000100 0 10000 100010110 1000000 110111

Color Harmonies of #A045D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A045D6

Black with #A045D6

Text Example


Text Example

White with #A045D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A045D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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