Html Css Color HEX #A848EB Medium Orchid

📋 copy color: '#A848EB'

red 168 ◦ green 72 ◦ blue 235

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

Shades of Medium Orchid #A848EB

Tints of Medium Orchid #A848EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 49.47%

R = 35.37%
G = 15.16%
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

#A848EB (or 0xA848EB) is known color: Medium Orchid. HEX triplet: A8, 48 and EB. RGB value is (168,72,235). Sum of RGB (Red+Green+Blue) = 168+72+235=475 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.37% from 475); Green value is 72 (28.52% from 255 or 15.16% from 475); Blue value is 235 (92.19% from 255 or 49.47% from 475); Max value from RGB is 235 - color contains mainly: blue. Hex color #A848EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A848EB is #57B714. Grayscale: #767676. Windows color (decimal): -5748501 or 15419560. OLE color: 15419560.

HSL color Cylindrical-coordinate representation of color #A848EB: hue angle of 275.34º degrees, saturation: 0.8, 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 #A848EB is Cyan = 0.29, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 168 72 235 -
CMYK 0.29 0.69 0 0.08
HSL 275.34º 0.8% 0.6% -
HSV(B) 275.34º 0.69% 0.92% -
XYZ 33.46 18.96 80.49 -
YUV 119.29 193.3 162.75 -
System Red Green Blue C M Y K H S L
Decimal 168 72 235 0.29 0.69 0 0.08 275.34 0.8 0.6
Hex A8 48 EB 1D 45 0 8 113 50 3C
Octal 250 110 353 35 105 0 10 423 120 74
Binary 10101000 1001000 11101011 11101 1000101 0 1000 100010011 1010000 111100

Color Harmonies of #A848EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A848EB

Black with #A848EB

Text Example


Text Example

White with #A848EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A848EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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