Html Css Color HEX #A140CC Dark Orchid

📋 copy color: '#A140CC'

red 161 ◦ green 64 ◦ blue 204

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

Shades of Dark Orchid #A140CC

Tints of Dark Orchid #A140CC

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.92%

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

R = 37.53%
G = 14.92%
B = 47.55%

CMYK

 C value IS 0.21

 M value IS 0.69

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A140CC (or 0xA140CC) is known color: Dark Orchid. HEX triplet: A1, 40 and CC. RGB value is (161,64,204). Sum of RGB (Red+Green+Blue) = 161+64+204=429 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.53% from 429); Green value is 64 (25.39% from 255 or 14.92% from 429); Blue value is 204 (80.08% from 255 or 47.55% from 429); Max value from RGB is 204 - color contains mainly: blue. Hex color #A140CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A140CC is #5EBF33. Grayscale: #6C6C6C. Windows color (decimal): -6209332 or 13385889. OLE color: 13385889.

HSL color Cylindrical-coordinate representation of color #A140CC: hue angle of 281.57º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A140CC is Cyan = 0.21, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 161 64 204 -
CMYK 0.21 0.69 0 0.2
HSL 281.57º 0.58% 0.53% -
HSV(B) 281.57º 0.69% 0.8% -
XYZ 27.43 15.6 58.69 -
YUV 108.96 181.64 165.12 -
System Red Green Blue C M Y K H S L
Decimal 161 64 204 0.21 0.69 0 0.2 281.57 0.58 0.53
Hex A1 40 CC 15 45 0 14 11A 3A 35
Octal 241 100 314 25 105 0 24 432 72 65
Binary 10100001 1000000 11001100 10101 1000101 0 10100 100011010 111010 110101

Color Harmonies of #A140CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A140CC

Black with #A140CC

Text Example


Text Example

White with #A140CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A140CC; }

 p { color: rgb(161,64,204); }

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

background-color css

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

 a { background-color: rgb(161,64,204); }

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

border-color css

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

 span { border-color: rgb(161,64,204); }

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