Html Css Color HEX #A748EE Medium Orchid

📋 copy color: '#A748EE'

red 167 ◦ green 72 ◦ blue 238

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

Shades of Medium Orchid #A748EE

Tints of Medium Orchid #A748EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 49.9%

R = 35.01%
G = 15.09%
B = 49.9%

CMYK

 C value IS 0.30

 M value IS 0.70

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A748EE (or 0xA748EE) is known color: Medium Orchid. HEX triplet: A7, 48 and EE. RGB value is (167,72,238). Sum of RGB (Red+Green+Blue) = 167+72+238=477 (63% of max value = 765). Red value is 167 (65.62% from 255 or 35.01% from 477); Green value is 72 (28.52% from 255 or 15.09% from 477); Blue value is 238 (93.36% from 255 or 49.90% from 477); Max value from RGB is 238 - color contains mainly: blue. Hex color #A748EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A748EE is #58B711. Grayscale: #767676. Windows color (decimal): -5814034 or 15616167. OLE color: 15616167.

HSL color Cylindrical-coordinate representation of color #A748EE: hue angle of 274.34º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A748EE is Cyan = 0.30, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 167 72 238 -
CMYK 0.30 0.70 0 0.07
HSL 274.34º 0.83% 0.61% -
HSV(B) 274.34º 0.7% 0.93% -
XYZ 33.69 19.02 82.79 -
YUV 119.33 194.97 162 -
System Red Green Blue C M Y K H S L
Decimal 167 72 238 0.30 0.70 0 0.07 274.34 0.83 0.61
Hex A7 48 EE 1E 46 0 7 112 53 3D
Octal 247 110 356 36 106 0 7 422 123 75
Binary 10100111 1001000 11101110 11110 1000110 0 111 100010010 1010011 111101

Color Harmonies of #A748EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A748EE

Black with #A748EE

Text Example


Text Example

White with #A748EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A748EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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