Html Css Color HEX #A848ED Medium Orchid

📋 copy color: '#A848ED'

red 168 ◦ green 72 ◦ blue 237

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

Shades of Medium Orchid #A848ED

Tints of Medium Orchid #A848ED

RGB

 RED value IS 168 (66.02% from 255) = 35.22%

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

 BLUE value IS 237 (92.97% from 255) = 49.69%

R = 35.22%
G = 15.09%
B = 49.69%

CMYK

 C value IS 0.29

 M value IS 0.70

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A848ED (or 0xA848ED) is known color: Medium Orchid. HEX triplet: A8, 48 and ED. RGB value is (168,72,237). Sum of RGB (Red+Green+Blue) = 168+72+237=477 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.22% from 477); Green value is 72 (28.52% from 255 or 15.09% from 477); Blue value is 237 (92.97% from 255 or 49.69% from 477); Max value from RGB is 237 - color contains mainly: blue. Hex color #A848ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A848ED is #57B712. Grayscale: #767676. Windows color (decimal): -5748499 or 15550632. OLE color: 15550632.

HSL color Cylindrical-coordinate representation of color #A848ED: hue angle of 274.91º degrees, saturation: 0.82, 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 #A848ED is Cyan = 0.29, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 168 72 237 -
CMYK 0.29 0.70 0 0.07
HSL 274.91º 0.82% 0.61% -
HSV(B) 274.91º 0.7% 0.93% -
XYZ 33.75 19.07 82.02 -
YUV 119.51 194.3 162.58 -
System Red Green Blue C M Y K H S L
Decimal 168 72 237 0.29 0.70 0 0.07 274.91 0.82 0.61
Hex A8 48 ED 1D 46 0 7 113 52 3D
Octal 250 110 355 35 106 0 7 423 122 75
Binary 10101000 1001000 11101101 11101 1000110 0 111 100010011 1010010 111101

Color Harmonies of #A848ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A848ED

Black with #A848ED

Text Example


Text Example

White with #A848ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A848ED; }

 p { color: rgb(168,72,237); }

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

background-color css

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

 a { background-color: rgb(168,72,237); }

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

border-color css

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

 span { border-color: rgb(168,72,237); }

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