Html Css Color HEX #A118CA Dark Orchid

📋 copy color: '#A118CA'

red 161 ◦ green 24 ◦ blue 202

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

Shades of Dark Orchid #A118CA

Tints of Dark Orchid #A118CA

RGB

 RED value IS 161 (63.28% from 255) = 41.6%

 GREEN value IS 24 (9.77% from 255) = 6.2%

 BLUE value IS 202 (79.3% from 255) = 52.2%

R = 41.6%
G = 6.2%
B = 52.2%

CMYK

 C value IS 0.20

 M value IS 0.88

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A118CA (or 0xA118CA) is known color: Dark Orchid. HEX triplet: A1, 18 and CA. RGB value is (161,24,202). Sum of RGB (Red+Green+Blue) = 161+24+202=387 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.60% from 387); Green value is 24 (9.77% from 255 or 6.20% from 387); Blue value is 202 (79.30% from 255 or 52.20% from 387); Max value from RGB is 202 - color contains mainly: blue. Hex color #A118CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A118CA is #5EE735. Grayscale: #545454. Windows color (decimal): -6219574 or 13244577. OLE color: 13244577.

HSL color Cylindrical-coordinate representation of color #A118CA: hue angle of 286.18º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A118CA is Cyan = 0.20, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 161 24 202 -
CMYK 0.20 0.88 0 0.21
HSL 286.18º 0.79% 0.44% -
HSV(B) 286.18º 0.88% 0.79% -
XYZ 25.69 12.49 56.94 -
YUV 85.26 193.89 182.03 -
System Red Green Blue C M Y K H S L
Decimal 161 24 202 0.20 0.88 0 0.21 286.18 0.79 0.44
Hex A1 18 CA 14 58 0 15 11E 4F 2C
Octal 241 30 312 24 130 0 25 436 117 54
Binary 10100001 11000 11001010 10100 1011000 0 10101 100011110 1001111 101100

Color Harmonies of #A118CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A118CA

Black with #A118CA

Text Example


Text Example

White with #A118CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A118CA; }

 p { color: rgb(161,24,202); }

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

background-color css

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

 a { background-color: rgb(161,24,202); }

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

border-color css

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

 span { border-color: rgb(161,24,202); }

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