Html Css Color HEX #A240BF Dark Orchid

📋 copy color: '#A240BF'

red 162 ◦ green 64 ◦ blue 191

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

Shades of Dark Orchid #A240BF

Tints of Dark Orchid #A240BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 45.8%

R = 38.85%
G = 15.35%
B = 45.8%

CMYK

 C value IS 0.15

 M value IS 0.66

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A240BF (or 0xA240BF) is known color: Dark Orchid. HEX triplet: A2, 40 and BF. RGB value is (162,64,191). Sum of RGB (Red+Green+Blue) = 162+64+191=417 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.85% from 417); Green value is 64 (25.39% from 255 or 15.35% from 417); Blue value is 191 (75% from 255 or 45.80% from 417); Max value from RGB is 191 - color contains mainly: blue. Hex color #A240BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A240BF is #5DBF40. Grayscale: #6B6B6B. Windows color (decimal): -6143809 or 12533922. OLE color: 12533922.

HSL color Cylindrical-coordinate representation of color #A240BF: hue angle of 286.3º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A240BF is Cyan = 0.15, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 162 64 191 -
CMYK 0.15 0.66 0 0.25
HSL 286.3º 0.5% 0.5% -
HSV(B) 286.3º 0.66% 0.75% -
XYZ 26.14 15.11 50.83 -
YUV 107.78 174.97 166.67 -
System Red Green Blue C M Y K H S L
Decimal 162 64 191 0.15 0.66 0 0.25 286.3 0.5 0.5
Hex A2 40 BF F 42 0 19 11E 32 32
Octal 242 100 277 17 102 0 31 436 62 62
Binary 10100010 1000000 10111111 1111 1000010 0 11001 100011110 110010 110010

Color Harmonies of #A240BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A240BF

Black with #A240BF

Text Example


Text Example

White with #A240BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A240BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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