Html Css Color HEX #A240CA Dark Orchid

📋 copy color: '#A240CA'

red 162 ◦ green 64 ◦ blue 202

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

Shades of Dark Orchid #A240CA

Tints of Dark Orchid #A240CA

RGB

 RED value IS 162 (63.67% from 255) = 37.85%

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

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

R = 37.85%
G = 14.95%
B = 47.2%

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

#A240CA (or 0xA240CA) is known color: Dark Orchid. HEX triplet: A2, 40 and CA. RGB value is (162,64,202). Sum of RGB (Red+Green+Blue) = 162+64+202=428 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.85% from 428); Green value is 64 (25.39% from 255 or 14.95% from 428); Blue value is 202 (79.30% from 255 or 47.20% from 428); Max value from RGB is 202 - color contains mainly: blue. Hex color #A240CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A240CA is #5DBF35. Grayscale: #6C6C6C. Windows color (decimal): -6143798 or 13254818. OLE color: 13254818.

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

Color convert

RGB 162 64 202 -
CMYK 0.20 0.68 0 0.21
HSL 282.61º 0.57% 0.52% -
HSV(B) 282.61º 0.68% 0.79% -
XYZ 27.39 15.61 57.45 -
YUV 109.03 180.47 165.78 -
System Red Green Blue C M Y K H S L
Decimal 162 64 202 0.20 0.68 0 0.21 282.61 0.57 0.52
Hex A2 40 CA 14 44 0 15 11B 39 34
Octal 242 100 312 24 104 0 25 433 71 64
Binary 10100010 1000000 11001010 10100 1000100 0 10101 100011011 111001 110100

Color Harmonies of #A240CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A240CA

Black with #A240CA

Text Example


Text Example

White with #A240CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A240CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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