Html Css Color HEX #A94CFD Medium Orchid

📋 copy color: '#A94CFD'

red 169 ◦ green 76 ◦ blue 253

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

Shades of Medium Orchid #A94CFD

Tints of Medium Orchid #A94CFD

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.26%

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

R = 33.94%
G = 15.26%
B = 50.8%

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

#A94CFD (or 0xA94CFD) is known color: Medium Orchid. HEX triplet: A9, 4C and FD. RGB value is (169,76,253). Sum of RGB (Red+Green+Blue) = 169+76+253=498 (65% of max value = 765). Red value is 169 (66.41% from 255 or 33.94% from 498); Green value is 76 (30.08% from 255 or 15.26% from 498); Blue value is 253 (99.22% from 255 or 50.80% from 498); Max value from RGB is 253 - color contains mainly: blue. Hex color #A94CFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A94CFD is #56B302. Grayscale: #7B7B7B. Windows color (decimal): -5681923 or 16600233. OLE color: 16600233.

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

Color convert

RGB 169 76 253 -
CMYK 0.33 0.70 0 0.01
HSL 271.53º 0.98% 0.65% -
HSV(B) 271.53º 0.7% 0.99% -
XYZ 36.68 20.7 94.99 -
YUV 123.99 200.81 160.11 -
System Red Green Blue C M Y K H S L
Decimal 169 76 253 0.33 0.70 0 0.01 271.53 0.98 0.65
Hex A9 4C FD 21 46 0 1 110 62 41
Octal 251 114 375 41 106 0 1 420 142 101
Binary 10101001 1001100 11111101 100001 1000110 0 1 100010000 1100010 1000001

Color Harmonies of #A94CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A94CFD

Black with #A94CFD

Text Example


Text Example

White with #A94CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A94CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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