Html Css Color HEX #A045DD Dark Orchid

📋 copy color: '#A045DD'

red 160 ◦ green 69 ◦ blue 221

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

Shades of Dark Orchid #A045DD

Tints of Dark Orchid #A045DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 49.11%

R = 35.56%
G = 15.33%
B = 49.11%

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

#A045DD (or 0xA045DD) is known color: Dark Orchid. HEX triplet: A0, 45 and DD. RGB value is (160,69,221). Sum of RGB (Red+Green+Blue) = 160+69+221=450 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.56% from 450); Green value is 69 (27.34% from 255 or 15.33% from 450); Blue value is 221 (86.72% from 255 or 49.11% from 450); Max value from RGB is 221 - color contains mainly: blue. Hex color #A045DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A045DD is #5FBA22. Grayscale: #717171. Windows color (decimal): -6273571 or 14501280. OLE color: 14501280.

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

Color convert

RGB 160 69 221 -
CMYK 0.28 0.69 0 0.13
HSL 275.92º 0.69% 0.57% -
HSV(B) 275.92º 0.69% 0.87% -
XYZ 29.68 16.95 70.11 -
YUV 113.54 188.65 161.14 -
System Red Green Blue C M Y K H S L
Decimal 160 69 221 0.28 0.69 0 0.13 275.92 0.69 0.57
Hex A0 45 DD 1C 45 0 D 114 45 39
Octal 240 105 335 34 105 0 15 424 105 71
Binary 10100000 1000101 11011101 11100 1000101 0 1101 100010100 1000101 111001

Color Harmonies of #A045DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A045DD

Black with #A045DD

Text Example


Text Example

White with #A045DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A045DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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