Html Css Color HEX #A548E6 Medium Orchid

📋 copy color: '#A548E6'

red 165 ◦ green 72 ◦ blue 230

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

Shades of Medium Orchid #A548E6

Tints of Medium Orchid #A548E6

RGB

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

 GREEN value IS 72 (28.52% from 255) = 15.42%

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

R = 35.33%
G = 15.42%
B = 49.25%

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

#A548E6 (or 0xA548E6) is known color: Medium Orchid. HEX triplet: A5, 48 and E6. RGB value is (165,72,230). Sum of RGB (Red+Green+Blue) = 165+72+230=467 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.33% from 467); Green value is 72 (28.52% from 255 or 15.42% from 467); Blue value is 230 (90.23% from 255 or 49.25% from 467); Max value from RGB is 230 - color contains mainly: blue. Hex color #A548E6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A548E6 is #5AB719. Grayscale: #757575. Windows color (decimal): -5945114 or 15091877. OLE color: 15091877.

HSL color Cylindrical-coordinate representation of color #A548E6: hue angle of 275.32º 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 #A548E6 is Cyan = 0.28, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 165 72 230 -
CMYK 0.28 0.69 0 0.10
HSL 275.32º 0.76% 0.59% -
HSV(B) 275.32º 0.69% 0.9% -
XYZ 32.12 18.35 76.71 -
YUV 117.82 191.31 161.65 -
System Red Green Blue C M Y K H S L
Decimal 165 72 230 0.28 0.69 0 0.10 275.32 0.76 0.59
Hex A5 48 E6 1C 45 0 A 113 4C 3B
Octal 245 110 346 34 105 0 12 423 114 73
Binary 10100101 1001000 11100110 11100 1000101 0 1010 100010011 1001100 111011

Color Harmonies of #A548E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A548E6

Black with #A548E6

Text Example


Text Example

White with #A548E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A548E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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