Html Css Color HEX #AF51D3 Medium Orchid

📋 copy color: '#AF51D3'

red 175 ◦ green 81 ◦ blue 211

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

Shades of Medium Orchid #AF51D3

Tints of Medium Orchid #AF51D3

RGB

 RED value IS 175 (68.75% from 255) = 37.47%

 GREEN value IS 81 (32.03% from 255) = 17.34%

 BLUE value IS 211 (82.81% from 255) = 45.18%

R = 37.47%
G = 17.34%
B = 45.18%

CMYK

 C value IS 0.17

 M value IS 0.62

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#AF51D3 (or 0xAF51D3) is known color: Medium Orchid. HEX triplet: AF, 51 and D3. RGB value is (175,81,211). Sum of RGB (Red+Green+Blue) = 175+81+211=467 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.47% from 467); Green value is 81 (32.03% from 255 or 17.34% from 467); Blue value is 211 (82.81% from 255 or 45.18% from 467); Max value from RGB is 211 - color contains mainly: blue. Hex color #AF51D3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF51D3 is #50AE2C. Grayscale: #7B7B7B. Windows color (decimal): -5287469 or 13849007. OLE color: 13849007.

HSL color Cylindrical-coordinate representation of color #AF51D3: hue angle of 283.38º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AF51D3 is Cyan = 0.17, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 175 81 211 -
CMYK 0.17 0.62 0 0.17
HSL 283.38º 0.6% 0.57% -
HSV(B) 283.38º 0.62% 0.83% -
XYZ 32.38 19.7 63.72 -
YUV 123.93 177.14 164.43 -
System Red Green Blue C M Y K H S L
Decimal 175 81 211 0.17 0.62 0 0.17 283.38 0.6 0.57
Hex AF 51 D3 11 3E 0 11 11B 3C 39
Octal 257 121 323 21 76 0 21 433 74 71
Binary 10101111 1010001 11010011 10001 111110 0 10001 100011011 111100 111001

Color Harmonies of #AF51D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF51D3

Black with #AF51D3

Text Example


Text Example

White with #AF51D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF51D3; }

 p { color: rgb(175,81,211); }

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

background-color css

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

 a { background-color: rgb(175,81,211); }

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

border-color css

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

 span { border-color: rgb(175,81,211); }

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