Html Css Color HEX #A045CD Dark Orchid

📋 copy color: '#A045CD'

red 160 ◦ green 69 ◦ blue 205

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

Shades of Dark Orchid #A045CD

Tints of Dark Orchid #A045CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 47.24%

R = 36.87%
G = 15.9%
B = 47.24%

CMYK

 C value IS 0.22

 M value IS 0.66

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A045CD (or 0xA045CD) is known color: Dark Orchid. HEX triplet: A0, 45 and CD. RGB value is (160,69,205). Sum of RGB (Red+Green+Blue) = 160+69+205=434 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.87% from 434); Green value is 69 (27.34% from 255 or 15.90% from 434); Blue value is 205 (80.47% from 255 or 47.24% from 434); Max value from RGB is 205 - color contains mainly: blue. Hex color #A045CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A045CD is #5FBA32. Grayscale: #6F6F6F. Windows color (decimal): -6273587 or 13452704. OLE color: 13452704.

HSL color Cylindrical-coordinate representation of color #A045CD: hue angle of 280.15º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A045CD is Cyan = 0.22, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 160 69 205 -
CMYK 0.22 0.66 0 0.20
HSL 280.15º 0.58% 0.54% -
HSV(B) 280.15º 0.66% 0.8% -
XYZ 27.64 16.14 59.42 -
YUV 111.71 180.65 162.44 -
System Red Green Blue C M Y K H S L
Decimal 160 69 205 0.22 0.66 0 0.20 280.15 0.58 0.54
Hex A0 45 CD 16 42 0 14 118 3A 36
Octal 240 105 315 26 102 0 24 430 72 66
Binary 10100000 1000101 11001101 10110 1000010 0 10100 100011000 111010 110110

Color Harmonies of #A045CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A045CD

Black with #A045CD

Text Example


Text Example

White with #A045CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A045CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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