Html Css Color HEX #AA4AFD Medium Orchid

📋 copy color: '#AA4AFD'

red 170 ◦ green 74 ◦ blue 253

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

Shades of Medium Orchid #AA4AFD

Tints of Medium Orchid #AA4AFD

RGB

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

 GREEN value IS 74 (29.3% from 255) = 14.89%

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

R = 34.21%
G = 14.89%
B = 50.91%

CMYK

 C value IS 0.33

 M value IS 0.71

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AA4AFD (or 0xAA4AFD) is known color: Medium Orchid. HEX triplet: AA, 4A and FD. RGB value is (170,74,253). Sum of RGB (Red+Green+Blue) = 170+74+253=497 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.21% from 497); Green value is 74 (29.30% from 255 or 14.89% 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 #AA4AFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA4AFD is #55B502. Grayscale: #7A7A7A. Windows color (decimal): -5616899 or 16599722. OLE color: 16599722.

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

Color convert

RGB 170 74 253 -
CMYK 0.33 0.71 0 0.01
HSL 272.18º 0.98% 0.64% -
HSV(B) 272.18º 0.71% 0.99% -
XYZ 36.76 20.54 94.95 -
YUV 123.11 201.3 161.45 -
System Red Green Blue C M Y K H S L
Decimal 170 74 253 0.33 0.71 0 0.01 272.18 0.98 0.64
Hex AA 4A FD 21 47 0 1 110 62 40
Octal 252 112 375 41 107 0 1 420 142 100
Binary 10101010 1001010 11111101 100001 1000111 0 1 100010000 1100010 1000000

Color Harmonies of #AA4AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4AFD

Black with #AA4AFD

Text Example


Text Example

White with #AA4AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4AFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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