Html Css Color HEX #A544E9 Dark Orchid

📋 copy color: '#A544E9'

red 165 ◦ green 68 ◦ blue 233

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

Shades of Dark Orchid #A544E9

Tints of Dark Orchid #A544E9

RGB

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

 GREEN value IS 68 (26.95% from 255) = 14.59%

 BLUE value IS 233 (91.41% from 255) = 50%

R = 35.41%
G = 14.59%
B = 50%

CMYK

 C value IS 0.29

 M value IS 0.71

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A544E9 (or 0xA544E9) is known color: Dark Orchid. HEX triplet: A5, 44 and E9. RGB value is (165,68,233). Sum of RGB (Red+Green+Blue) = 165+68+233=466 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.41% from 466); Green value is 68 (26.95% from 255 or 14.59% from 466); Blue value is 233 (91.41% from 255 or 50% from 466); Max value from RGB is 233 - color contains mainly: blue. Hex color #A544E9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A544E9 is #5ABB16. Grayscale: #737373. Windows color (decimal): -5946135 or 15287461. OLE color: 15287461.

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

Color convert

RGB 165 68 233 -
CMYK 0.29 0.71 0 0.09
HSL 275.27º 0.79% 0.59% -
HSV(B) 275.27º 0.71% 0.91% -
XYZ 32.29 18.02 78.87 -
YUV 115.81 194.14 163.08 -
System Red Green Blue C M Y K H S L
Decimal 165 68 233 0.29 0.71 0 0.09 275.27 0.79 0.59
Hex A5 44 E9 1D 47 0 9 113 4F 3B
Octal 245 104 351 35 107 0 11 423 117 73
Binary 10100101 1000100 11101001 11101 1000111 0 1001 100010011 1001111 111011

Color Harmonies of #A544E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A544E9

Black with #A544E9

Text Example


Text Example

White with #A544E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A544E9; }

 p { color: rgb(165,68,233); }

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

background-color css

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

 a { background-color: rgb(165,68,233); }

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

border-color css

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

 span { border-color: rgb(165,68,233); }

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