Html Css Color HEX #A94BEB Medium Orchid

📋 copy color: '#A94BEB'

red 169 ◦ green 75 ◦ blue 235

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

Shades of Medium Orchid #A94BEB

Tints of Medium Orchid #A94BEB

RGB

 RED value IS 169 (66.41% from 255) = 35.28%

 GREEN value IS 75 (29.69% from 255) = 15.66%

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

R = 35.28%
G = 15.66%
B = 49.06%

CMYK

 C value IS 0.28

 M value IS 0.68

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A94BEB (or 0xA94BEB) is known color: Medium Orchid. HEX triplet: A9, 4B and EB. RGB value is (169,75,235). Sum of RGB (Red+Green+Blue) = 169+75+235=479 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.28% from 479); Green value is 75 (29.69% from 255 or 15.66% from 479); Blue value is 235 (92.19% from 255 or 49.06% from 479); Max value from RGB is 235 - color contains mainly: blue. Hex color #A94BEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A94BEB is #56B414. Grayscale: #787878. Windows color (decimal): -5682197 or 15420329. OLE color: 15420329.

HSL color Cylindrical-coordinate representation of color #A94BEB: hue angle of 275.25º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A94BEB is Cyan = 0.28, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 169 75 235 -
CMYK 0.28 0.68 0 0.08
HSL 275.25º 0.8% 0.61% -
HSV(B) 275.25º 0.68% 0.92% -
XYZ 33.87 19.47 80.57 -
YUV 121.35 192.14 161.99 -
System Red Green Blue C M Y K H S L
Decimal 169 75 235 0.28 0.68 0 0.08 275.25 0.8 0.61
Hex A9 4B EB 1C 44 0 8 113 50 3D
Octal 251 113 353 34 104 0 10 423 120 75
Binary 10101001 1001011 11101011 11100 1000100 0 1000 100010011 1010000 111101

Color Harmonies of #A94BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A94BEB

Black with #A94BEB

Text Example


Text Example

White with #A94BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A94BEB; }

 p { color: rgb(169,75,235); }

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

background-color css

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

 a { background-color: rgb(169,75,235); }

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

border-color css

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

 span { border-color: rgb(169,75,235); }

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