Html Css Color HEX #A240CD Dark Orchid

📋 copy color: '#A240CD'

red 162 ◦ green 64 ◦ blue 205

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

Shades of Dark Orchid #A240CD

Tints of Dark Orchid #A240CD

RGB

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

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

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

R = 37.59%
G = 14.85%
B = 47.56%

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

#A240CD (or 0xA240CD) is known color: Dark Orchid. HEX triplet: A2, 40 and CD. RGB value is (162,64,205). Sum of RGB (Red+Green+Blue) = 162+64+205=431 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.59% from 431); Green value is 64 (25.39% from 255 or 14.85% from 431); Blue value is 205 (80.47% from 255 or 47.56% from 431); Max value from RGB is 205 - color contains mainly: blue. Hex color #A240CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A240CD is #5DBF32. Grayscale: #6C6C6C. Windows color (decimal): -6143795 or 13451426. OLE color: 13451426.

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

Color convert

RGB 162 64 205 -
CMYK 0.21 0.69 0 0.20
HSL 281.7º 0.59% 0.53% -
HSV(B) 281.7º 0.69% 0.8% -
XYZ 27.75 15.76 59.34 -
YUV 109.38 181.97 165.54 -
System Red Green Blue C M Y K H S L
Decimal 162 64 205 0.21 0.69 0 0.20 281.7 0.59 0.53
Hex A2 40 CD 15 45 0 14 11A 3B 35
Octal 242 100 315 25 105 0 24 432 73 65
Binary 10100010 1000000 11001101 10101 1000101 0 10100 100011010 111011 110101

Color Harmonies of #A240CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A240CD

Black with #A240CD

Text Example


Text Example

White with #A240CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A240CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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