Html Css Color HEX #AF51FC Medium Orchid

📋 copy color: '#AF51FC'

red 175 ◦ green 81 ◦ blue 252

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

Shades of Medium Orchid #AF51FC

Tints of Medium Orchid #AF51FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 49.61%

R = 34.45%
G = 15.94%
B = 49.61%

CMYK

 C value IS 0.31

 M value IS 0.68

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AF51FC (or 0xAF51FC) is known color: Medium Orchid. HEX triplet: AF, 51 and FC. RGB value is (175,81,252). Sum of RGB (Red+Green+Blue) = 175+81+252=508 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.45% from 508); Green value is 81 (32.03% from 255 or 15.94% from 508); Blue value is 252 (98.83% from 255 or 49.61% from 508); Max value from RGB is 252 - color contains mainly: blue. Hex color #AF51FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF51FC is #50AE03. Grayscale: #808080. Windows color (decimal): -5287428 or 16535983. OLE color: 16535983.

HSL color Cylindrical-coordinate representation of color #AF51FC: hue angle of 272.98º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AF51FC is Cyan = 0.31, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 175 81 252 -
CMYK 0.31 0.68 0 0.01
HSL 272.98º 0.97% 0.65% -
HSV(B) 272.98º 0.68% 0.99% -
XYZ 38.19 22.03 94.33 -
YUV 128.6 197.64 161.1 -
System Red Green Blue C M Y K H S L
Decimal 175 81 252 0.31 0.68 0 0.01 272.98 0.97 0.65
Hex AF 51 FC 1F 44 0 1 111 61 41
Octal 257 121 374 37 104 0 1 421 141 101
Binary 10101111 1010001 11111100 11111 1000100 0 1 100010001 1100001 1000001

Color Harmonies of #AF51FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF51FC

Black with #AF51FC

Text Example


Text Example

White with #AF51FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF51FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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