Html Css Color HEX #AA4CFD Medium Orchid

📋 copy color: '#AA4CFD'

red 170 ◦ green 76 ◦ blue 253

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

Shades of Medium Orchid #AA4CFD

Tints of Medium Orchid #AA4CFD

RGB

 RED value IS 170 (66.8% from 255) = 34.07%

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

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

R = 34.07%
G = 15.23%
B = 50.7%

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

#AA4CFD (or 0xAA4CFD) is known color: Medium Orchid. HEX triplet: AA, 4C and FD. RGB value is (170,76,253). Sum of RGB (Red+Green+Blue) = 170+76+253=499 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34.07% from 499); Green value is 76 (30.08% from 255 or 15.23% from 499); Blue value is 253 (99.22% from 255 or 50.70% from 499); Max value from RGB is 253 - color contains mainly: blue. Hex color #AA4CFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA4CFD is #55B302. Grayscale: #7B7B7B. Windows color (decimal): -5616387 or 16600234. OLE color: 16600234.

HSL color Cylindrical-coordinate representation of color #AA4CFD: hue angle of 271.86º 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 #AA4CFD is Cyan = 0.33, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 170 76 253 -
CMYK 0.33 0.70 0 0.01
HSL 271.86º 0.98% 0.65% -
HSV(B) 271.86º 0.7% 0.99% -
XYZ 36.89 20.81 95 -
YUV 124.28 200.64 160.61 -
System Red Green Blue C M Y K H S L
Decimal 170 76 253 0.33 0.70 0 0.01 271.86 0.98 0.65
Hex AA 4C FD 21 46 0 1 110 62 41
Octal 252 114 375 41 106 0 1 420 142 101
Binary 10101010 1001100 11111101 100001 1000110 0 1 100010000 1100010 1000001

Color Harmonies of #AA4CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4CFD

Black with #AA4CFD

Text Example


Text Example

White with #AA4CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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