Html Css Color HEX #AF51FA Medium Orchid

📋 copy color: '#AF51FA'

red 175 ◦ green 81 ◦ blue 250

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

Shades of Medium Orchid #AF51FA

Tints of Medium Orchid #AF51FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 49.41%

R = 34.58%
G = 16.01%
B = 49.41%

CMYK

 C value IS 0.3

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AF51FA (or 0xAF51FA) is known color: Medium Orchid. HEX triplet: AF, 51 and FA. RGB value is (175,81,250). Sum of RGB (Red+Green+Blue) = 175+81+250=506 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.58% from 506); Green value is 81 (32.03% from 255 or 16.01% from 506); Blue value is 250 (98.05% from 255 or 49.41% from 506); Max value from RGB is 250 - color contains mainly: blue. Hex color #AF51FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF51FA is #50AE05. Grayscale: #7F7F7F. Windows color (decimal): -5287430 or 16404911. OLE color: 16404911.

HSL color Cylindrical-coordinate representation of color #AF51FA: hue angle of 273.37º degrees, saturation: 0.94, 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 #AF51FA is Cyan = 0.3, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 175 81 250 -
CMYK 0.3 0.68 0 0.02
HSL 273.37º 0.94% 0.65% -
HSV(B) 273.37º 0.68% 0.98% -
XYZ 37.88 21.9 92.67 -
YUV 128.37 196.64 161.26 -
System Red Green Blue C M Y K H S L
Decimal 175 81 250 0.3 0.68 0 0.02 273.37 0.94 0.65
Hex AF 51 FA 1E 44 0 2 111 5E 41
Octal 257 121 372 36 104 0 2 421 136 101
Binary 10101111 1010001 11111010 11110 1000100 0 10 100010001 1011110 1000001

Color Harmonies of #AF51FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF51FA

Black with #AF51FA

Text Example


Text Example

White with #AF51FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF51FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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