Html Css Color HEX #A140CD Dark Orchid

📋 copy color: '#A140CD'

red 161 ◦ green 64 ◦ blue 205

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

Shades of Dark Orchid #A140CD

Tints of Dark Orchid #A140CD

RGB

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

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

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

R = 37.44%
G = 14.88%
B = 47.67%

CMYK

 C value IS 0.21

 M value IS 0.69

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A140CD (or 0xA140CD) is known color: Dark Orchid. HEX triplet: A1, 40 and CD. RGB value is (161,64,205). Sum of RGB (Red+Green+Blue) = 161+64+205=430 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.44% from 430); Green value is 64 (25.39% from 255 or 14.88% from 430); Blue value is 205 (80.47% from 255 or 47.67% from 430); Max value from RGB is 205 - color contains mainly: blue. Hex color #A140CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A140CD is #5EBF32. Grayscale: #6C6C6C. Windows color (decimal): -6209331 or 13451425. OLE color: 13451425.

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

Color convert

RGB 161 64 205 -
CMYK 0.21 0.69 0 0.20
HSL 281.28º 0.59% 0.53% -
HSV(B) 281.28º 0.69% 0.8% -
XYZ 27.55 15.65 59.33 -
YUV 109.08 182.14 165.04 -
System Red Green Blue C M Y K H S L
Decimal 161 64 205 0.21 0.69 0 0.20 281.28 0.59 0.53
Hex A1 40 CD 15 45 0 14 119 3B 35
Octal 241 100 315 25 105 0 24 431 73 65
Binary 10100001 1000000 11001101 10101 1000101 0 10100 100011001 111011 110101

Color Harmonies of #A140CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A140CD

Black with #A140CD

Text Example


Text Example

White with #A140CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A140CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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