Html Css Color HEX #A240BD Dark Orchid

📋 copy color: '#A240BD'

red 162 ◦ green 64 ◦ blue 189

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

Shades of Dark Orchid #A240BD

Tints of Dark Orchid #A240BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 45.54%

R = 39.04%
G = 15.42%
B = 45.54%

CMYK

 C value IS 0.14

 M value IS 0.66

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A240BD (or 0xA240BD) is known color: Dark Orchid. HEX triplet: A2, 40 and BD. RGB value is (162,64,189). Sum of RGB (Red+Green+Blue) = 162+64+189=415 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.04% from 415); Green value is 64 (25.39% from 255 or 15.42% from 415); Blue value is 189 (74.22% from 255 or 45.54% from 415); Max value from RGB is 189 - color contains mainly: blue. Hex color #A240BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A240BD is #5DBF42. Grayscale: #6B6B6B. Windows color (decimal): -6143811 or 12402850. OLE color: 12402850.

HSL color Cylindrical-coordinate representation of color #A240BD: hue angle of 287.04º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A240BD is Cyan = 0.14, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 162 64 189 -
CMYK 0.14 0.66 0 0.26
HSL 287.04º 0.49% 0.5% -
HSV(B) 287.04º 0.66% 0.74% -
XYZ 25.92 15.02 49.68 -
YUV 107.55 173.97 166.84 -
System Red Green Blue C M Y K H S L
Decimal 162 64 189 0.14 0.66 0 0.26 287.04 0.49 0.5
Hex A2 40 BD E 42 0 1A 11F 31 32
Octal 242 100 275 16 102 0 32 437 61 62
Binary 10100010 1000000 10111101 1110 1000010 0 11010 100011111 110001 110010

Color Harmonies of #A240BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A240BD

Black with #A240BD

Text Example


Text Example

White with #A240BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A240BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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