Html Css Color HEX #A240CF Dark Orchid

📋 copy color: '#A240CF'

red 162 ◦ green 64 ◦ blue 207

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

Shades of Dark Orchid #A240CF

Tints of Dark Orchid #A240CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 47.81%

R = 37.41%
G = 14.78%
B = 47.81%

CMYK

 C value IS 0.22

 M value IS 0.69

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A240CF (or 0xA240CF) is known color: Dark Orchid. HEX triplet: A2, 40 and CF. RGB value is (162,64,207). Sum of RGB (Red+Green+Blue) = 162+64+207=433 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.41% from 433); Green value is 64 (25.39% from 255 or 14.78% from 433); Blue value is 207 (81.25% from 255 or 47.81% from 433); Max value from RGB is 207 - color contains mainly: blue. Hex color #A240CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A240CF is #5DBF30. Grayscale: #6D6D6D. Windows color (decimal): -6143793 or 13582498. OLE color: 13582498.

HSL color Cylindrical-coordinate representation of color #A240CF: hue angle of 281.12º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A240CF is Cyan = 0.22, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 162 64 207 -
CMYK 0.22 0.69 0 0.19
HSL 281.12º 0.6% 0.53% -
HSV(B) 281.12º 0.69% 0.81% -
XYZ 28 15.85 60.62 -
YUV 109.6 182.97 165.37 -
System Red Green Blue C M Y K H S L
Decimal 162 64 207 0.22 0.69 0 0.19 281.12 0.6 0.53
Hex A2 40 CF 16 45 0 13 119 3C 35
Octal 242 100 317 26 105 0 23 431 74 65
Binary 10100010 1000000 11001111 10110 1000101 0 10011 100011001 111100 110101

Color Harmonies of #A240CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A240CF

Black with #A240CF

Text Example


Text Example

White with #A240CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A240CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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