Html Css Color HEX #A94EFB Medium Orchid

📋 copy color: '#A94EFB'

red 169 ◦ green 78 ◦ blue 251

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

Shades of Medium Orchid #A94EFB

Tints of Medium Orchid #A94EFB

RGB

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

 GREEN value IS 78 (30.86% from 255) = 15.66%

 BLUE value IS 251 (98.44% from 255) = 50.4%

R = 33.94%
G = 15.66%
B = 50.4%

CMYK

 C value IS 0.33

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A94EFB (or 0xA94EFB) is known color: Medium Orchid. HEX triplet: A9, 4E and FB. RGB value is (169,78,251). Sum of RGB (Red+Green+Blue) = 169+78+251=498 (65% of max value = 765). Red value is 169 (66.41% from 255 or 33.94% from 498); Green value is 78 (30.86% from 255 or 15.66% from 498); Blue value is 251 (98.44% from 255 or 50.40% from 498); Max value from RGB is 251 - color contains mainly: blue. Hex color #A94EFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A94EFB is #56B104. Grayscale: #7C7C7C. Windows color (decimal): -5681413 or 16469673. OLE color: 16469673.

HSL color Cylindrical-coordinate representation of color #A94EFB: hue angle of 271.56º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A94EFB is Cyan = 0.33, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 169 78 251 -
CMYK 0.33 0.69 0 0.02
HSL 271.56º 0.96% 0.65% -
HSV(B) 271.56º 0.69% 0.98% -
XYZ 36.5 20.85 93.37 -
YUV 124.93 199.15 159.43 -
System Red Green Blue C M Y K H S L
Decimal 169 78 251 0.33 0.69 0 0.02 271.56 0.96 0.65
Hex A9 4E FB 21 45 0 2 110 60 41
Octal 251 116 373 41 105 0 2 420 140 101
Binary 10101001 1001110 11111011 100001 1000101 0 10 100010000 1100000 1000001

Color Harmonies of #A94EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A94EFB

Black with #A94EFB

Text Example


Text Example

White with #A94EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A94EFB; }

 p { color: rgb(169,78,251); }

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

background-color css

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

 a { background-color: rgb(169,78,251); }

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

border-color css

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

 span { border-color: rgb(169,78,251); }

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