Html Css Color HEX #A94BFD Medium Orchid

📋 copy color: '#A94BFD'

red 169 ◦ green 75 ◦ blue 253

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

Shades of Medium Orchid #A94BFD

Tints of Medium Orchid #A94BFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 50.91%

R = 34%
G = 15.09%
B = 50.91%

CMYK

 C value IS 0.33

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A94BFD (or 0xA94BFD) is known color: Medium Orchid. HEX triplet: A9, 4B and FD. RGB value is (169,75,253). Sum of RGB (Red+Green+Blue) = 169+75+253=497 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.00% from 497); Green value is 75 (29.69% from 255 or 15.09% from 497); Blue value is 253 (99.22% from 255 or 50.91% from 497); Max value from RGB is 253 - color contains mainly: blue. Hex color #A94BFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A94BFD is #56B402. Grayscale: #7A7A7A. Windows color (decimal): -5682179 or 16599977. OLE color: 16599977.

HSL color Cylindrical-coordinate representation of color #A94BFD: hue angle of 271.69º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A94BFD is Cyan = 0.33, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 169 75 253 -
CMYK 0.33 0.70 0 0.01
HSL 271.69º 0.98% 0.64% -
HSV(B) 271.69º 0.7% 0.99% -
XYZ 36.61 20.56 94.97 -
YUV 123.4 201.14 160.53 -
System Red Green Blue C M Y K H S L
Decimal 169 75 253 0.33 0.70 0 0.01 271.69 0.98 0.64
Hex A9 4B FD 21 46 0 1 110 62 40
Octal 251 113 375 41 106 0 1 420 142 100
Binary 10101001 1001011 11111101 100001 1000110 0 1 100010000 1100010 1000000

Color Harmonies of #A94BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A94BFD

Black with #A94BFD

Text Example


Text Example

White with #A94BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A94BFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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