Html Css Color HEX #A547E6 Dark Orchid

📋 copy color: '#A547E6'

red 165 ◦ green 71 ◦ blue 230

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

Shades of Dark Orchid #A547E6

Tints of Dark Orchid #A547E6

RGB

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

 GREEN value IS 71 (28.13% from 255) = 15.24%

 BLUE value IS 230 (90.23% from 255) = 49.36%

R = 35.41%
G = 15.24%
B = 49.36%

CMYK

 C value IS 0.28

 M value IS 0.69

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A547E6 (or 0xA547E6) is known color: Dark Orchid. HEX triplet: A5, 47 and E6. RGB value is (165,71,230). Sum of RGB (Red+Green+Blue) = 165+71+230=466 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.41% from 466); Green value is 71 (28.12% from 255 or 15.24% from 466); Blue value is 230 (90.23% from 255 or 49.36% from 466); Max value from RGB is 230 - color contains mainly: blue. Hex color #A547E6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A547E6 is #5AB819. Grayscale: #747474. Windows color (decimal): -5945370 or 15091621. OLE color: 15091621.

HSL color Cylindrical-coordinate representation of color #A547E6: hue angle of 275.47º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A547E6 is Cyan = 0.28, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 165 71 230 -
CMYK 0.28 0.69 0 0.10
HSL 275.47º 0.76% 0.59% -
HSV(B) 275.47º 0.69% 0.9% -
XYZ 32.05 18.22 76.69 -
YUV 117.23 191.64 162.07 -
System Red Green Blue C M Y K H S L
Decimal 165 71 230 0.28 0.69 0 0.10 275.47 0.76 0.59
Hex A5 47 E6 1C 45 0 A 113 4C 3B
Octal 245 107 346 34 105 0 12 423 114 73
Binary 10100101 1000111 11100110 11100 1000101 0 1010 100010011 1001100 111011

Color Harmonies of #A547E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A547E6

Black with #A547E6

Text Example


Text Example

White with #A547E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A547E6; }

 p { color: rgb(165,71,230); }

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

background-color css

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

 a { background-color: rgb(165,71,230); }

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

border-color css

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

 span { border-color: rgb(165,71,230); }

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