Html Css Color HEX #A748EA Medium Orchid

📋 copy color: '#A748EA'

red 167 ◦ green 72 ◦ blue 234

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

Shades of Medium Orchid #A748EA

Tints of Medium Orchid #A748EA

RGB

 RED value IS 167 (65.63% from 255) = 35.31%

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

 BLUE value IS 234 (91.8% from 255) = 49.47%

R = 35.31%
G = 15.22%
B = 49.47%

CMYK

 C value IS 0.29

 M value IS 0.69

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A748EA (or 0xA748EA) is known color: Medium Orchid. HEX triplet: A7, 48 and EA. RGB value is (167,72,234). Sum of RGB (Red+Green+Blue) = 167+72+234=473 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.31% from 473); Green value is 72 (28.52% from 255 or 15.22% from 473); Blue value is 234 (91.80% from 255 or 49.47% from 473); Max value from RGB is 234 - color contains mainly: blue. Hex color #A748EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A748EA is #58B715. Grayscale: #767676. Windows color (decimal): -5814038 or 15354023. OLE color: 15354023.

HSL color Cylindrical-coordinate representation of color #A748EA: hue angle of 275.19º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A748EA is Cyan = 0.29, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 167 72 234 -
CMYK 0.29 0.69 0 0.08
HSL 275.19º 0.79% 0.6% -
HSV(B) 275.19º 0.69% 0.92% -
XYZ 33.11 18.79 79.72 -
YUV 118.87 192.97 162.33 -
System Red Green Blue C M Y K H S L
Decimal 167 72 234 0.29 0.69 0 0.08 275.19 0.79 0.6
Hex A7 48 EA 1D 45 0 8 113 4F 3C
Octal 247 110 352 35 105 0 10 423 117 74
Binary 10100111 1001000 11101010 11101 1000101 0 1000 100010011 1001111 111100

Color Harmonies of #A748EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A748EA

Black with #A748EA

Text Example


Text Example

White with #A748EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A748EA; }

 p { color: rgb(167,72,234); }

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

background-color css

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

 a { background-color: rgb(167,72,234); }

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

border-color css

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

 span { border-color: rgb(167,72,234); }

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