Html Css Color HEX #A045CC Dark Orchid

📋 copy color: '#A045CC'

red 160 ◦ green 69 ◦ blue 204

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

Shades of Dark Orchid #A045CC

Tints of Dark Orchid #A045CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 47.11%

R = 36.95%
G = 15.94%
B = 47.11%

CMYK

 C value IS 0.22

 M value IS 0.66

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A045CC (or 0xA045CC) is known color: Dark Orchid. HEX triplet: A0, 45 and CC. RGB value is (160,69,204). Sum of RGB (Red+Green+Blue) = 160+69+204=433 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.95% from 433); Green value is 69 (27.34% from 255 or 15.94% from 433); Blue value is 204 (80.08% from 255 or 47.11% from 433); Max value from RGB is 204 - color contains mainly: blue. Hex color #A045CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A045CC is #5FBA33. Grayscale: #6F6F6F. Windows color (decimal): -6273588 or 13387168. OLE color: 13387168.

HSL color Cylindrical-coordinate representation of color #A045CC: hue angle of 280.44º degrees, saturation: 0.57, 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 #A045CC is Cyan = 0.22, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 160 69 204 -
CMYK 0.22 0.66 0 0.2
HSL 280.44º 0.57% 0.54% -
HSV(B) 280.44º 0.66% 0.8% -
XYZ 27.52 16.09 58.78 -
YUV 111.6 180.15 162.52 -
System Red Green Blue C M Y K H S L
Decimal 160 69 204 0.22 0.66 0 0.2 280.44 0.57 0.54
Hex A0 45 CC 16 42 0 14 118 39 36
Octal 240 105 314 26 102 0 24 430 71 66
Binary 10100000 1000101 11001100 10110 1000010 0 10100 100011000 111001 110110

Color Harmonies of #A045CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A045CC

Black with #A045CC

Text Example


Text Example

White with #A045CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A045CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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