Html Css Color HEX #AA4BFD Medium Orchid

📋 copy color: '#AA4BFD'

red 170 ◦ green 75 ◦ blue 253

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

Shades of Medium Orchid #AA4BFD

Tints of Medium Orchid #AA4BFD

RGB

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

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

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

R = 34.14%
G = 15.06%
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

#AA4BFD (or 0xAA4BFD) is known color: Medium Orchid. HEX triplet: AA, 4B and FD. RGB value is (170,75,253). Sum of RGB (Red+Green+Blue) = 170+75+253=498 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.14% from 498); Green value is 75 (29.69% from 255 or 15.06% 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 #AA4BFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA4BFD is #55B402. Grayscale: #7B7B7B. Windows color (decimal): -5616643 or 16599978. OLE color: 16599978.

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

Color convert

RGB 170 75 253 -
CMYK 0.33 0.70 0 0.01
HSL 272.02º 0.98% 0.64% -
HSV(B) 272.02º 0.7% 0.99% -
XYZ 36.82 20.67 94.98 -
YUV 123.7 200.97 161.03 -
System Red Green Blue C M Y K H S L
Decimal 170 75 253 0.33 0.70 0 0.01 272.02 0.98 0.64
Hex AA 4B FD 21 46 0 1 110 62 40
Octal 252 113 375 41 106 0 1 420 142 100
Binary 10101010 1001011 11111101 100001 1000110 0 1 100010000 1100010 1000000

Color Harmonies of #AA4BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4BFD

Black with #AA4BFD

Text Example


Text Example

White with #AA4BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4BFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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