Html Css Color HEX #A540E8 Dark Orchid

📋 copy color: '#A540E8'

red 165 ◦ green 64 ◦ blue 232

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

Shades of Dark Orchid #A540E8

Tints of Dark Orchid #A540E8

RGB

 RED value IS 165 (64.84% from 255) = 35.79%

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

 BLUE value IS 232 (91.02% from 255) = 50.33%

R = 35.79%
G = 13.88%
B = 50.33%

CMYK

 C value IS 0.29

 M value IS 0.72

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A540E8 (or 0xA540E8) is known color: Dark Orchid. HEX triplet: A5, 40 and E8. RGB value is (165,64,232). Sum of RGB (Red+Green+Blue) = 165+64+232=461 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.79% from 461); Green value is 64 (25.39% from 255 or 13.88% from 461); Blue value is 232 (91.02% from 255 or 50.33% from 461); Max value from RGB is 232 - color contains mainly: blue. Hex color #A540E8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A540E8 is #5ABF17. Grayscale: #707070. Windows color (decimal): -5947160 or 15220901. OLE color: 15220901.

HSL color Cylindrical-coordinate representation of color #A540E8: hue angle of 276.07º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A540E8 is Cyan = 0.29, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 165 64 232 -
CMYK 0.29 0.72 0 0.09
HSL 276.07º 0.79% 0.58% -
HSV(B) 276.07º 0.72% 0.91% -
XYZ 31.92 17.49 78.04 -
YUV 113.35 194.96 164.84 -
System Red Green Blue C M Y K H S L
Decimal 165 64 232 0.29 0.72 0 0.09 276.07 0.79 0.58
Hex A5 40 E8 1D 48 0 9 114 4F 3A
Octal 245 100 350 35 110 0 11 424 117 72
Binary 10100101 1000000 11101000 11101 1001000 0 1001 100010100 1001111 111010

Color Harmonies of #A540E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A540E8

Black with #A540E8

Text Example


Text Example

White with #A540E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A540E8; }

 p { color: rgb(165,64,232); }

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

background-color css

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

 a { background-color: rgb(165,64,232); }

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

border-color css

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

 span { border-color: rgb(165,64,232); }

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