Html Css Color HEX #A140CA Dark Orchid

📋 copy color: '#A140CA'

red 161 ◦ green 64 ◦ blue 202

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

Shades of Dark Orchid #A140CA

Tints of Dark Orchid #A140CA

RGB

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

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

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

R = 37.7%
G = 14.99%
B = 47.31%

CMYK

 C value IS 0.20

 M value IS 0.68

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A140CA (or 0xA140CA) is known color: Dark Orchid. HEX triplet: A1, 40 and CA. RGB value is (161,64,202). Sum of RGB (Red+Green+Blue) = 161+64+202=427 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.70% from 427); Green value is 64 (25.39% from 255 or 14.99% from 427); Blue value is 202 (79.30% from 255 or 47.31% from 427); Max value from RGB is 202 - color contains mainly: blue. Hex color #A140CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A140CA is #5EBF35. Grayscale: #6C6C6C. Windows color (decimal): -6209334 or 13254817. OLE color: 13254817.

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

Color convert

RGB 161 64 202 -
CMYK 0.20 0.68 0 0.21
HSL 282.17º 0.57% 0.52% -
HSV(B) 282.17º 0.68% 0.79% -
XYZ 27.19 15.51 57.44 -
YUV 108.74 180.64 165.28 -
System Red Green Blue C M Y K H S L
Decimal 161 64 202 0.20 0.68 0 0.21 282.17 0.57 0.52
Hex A1 40 CA 14 44 0 15 11A 39 34
Octal 241 100 312 24 104 0 25 432 71 64
Binary 10100001 1000000 11001010 10100 1000100 0 10101 100011010 111001 110100

Color Harmonies of #A140CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A140CA

Black with #A140CA

Text Example


Text Example

White with #A140CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A140CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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