Html Css Color HEX #AF51FB Medium Orchid

📋 copy color: '#AF51FB'

red 175 ◦ green 81 ◦ blue 251

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

Shades of Medium Orchid #AF51FB

Tints of Medium Orchid #AF51FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 49.51%

R = 34.52%
G = 15.98%
B = 49.51%

CMYK

 C value IS 0.30

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AF51FB (or 0xAF51FB) is known color: Medium Orchid. HEX triplet: AF, 51 and FB. RGB value is (175,81,251). Sum of RGB (Red+Green+Blue) = 175+81+251=507 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.52% from 507); Green value is 81 (32.03% from 255 or 15.98% from 507); Blue value is 251 (98.44% from 255 or 49.51% from 507); Max value from RGB is 251 - color contains mainly: blue. Hex color #AF51FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF51FB is #50AE04. Grayscale: #7F7F7F. Windows color (decimal): -5287429 or 16470447. OLE color: 16470447.

HSL color Cylindrical-coordinate representation of color #AF51FB: hue angle of 273.18º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AF51FB is Cyan = 0.30, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 175 81 251 -
CMYK 0.30 0.68 0 0.02
HSL 273.18º 0.96% 0.65% -
HSV(B) 273.18º 0.68% 0.98% -
XYZ 38.03 21.96 93.5 -
YUV 128.49 197.14 161.18 -
System Red Green Blue C M Y K H S L
Decimal 175 81 251 0.30 0.68 0 0.02 273.18 0.96 0.65
Hex AF 51 FB 1E 44 0 2 111 60 41
Octal 257 121 373 36 104 0 2 421 140 101
Binary 10101111 1010001 11111011 11110 1000100 0 10 100010001 1100000 1000001

Color Harmonies of #AF51FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF51FB

Black with #AF51FB

Text Example


Text Example

White with #AF51FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF51FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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