Html Css Color HEX #AF51F2 Medium Orchid

📋 copy color: '#AF51F2'

red 175 ◦ green 81 ◦ blue 242

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

Shades of Medium Orchid #AF51F2

Tints of Medium Orchid #AF51F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 48.59%

R = 35.14%
G = 16.27%
B = 48.59%

CMYK

 C value IS 0.28

 M value IS 0.67

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AF51F2 (or 0xAF51F2) is known color: Medium Orchid. HEX triplet: AF, 51 and F2. RGB value is (175,81,242). Sum of RGB (Red+Green+Blue) = 175+81+242=498 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.14% from 498); Green value is 81 (32.03% from 255 or 16.27% from 498); Blue value is 242 (94.92% from 255 or 48.59% from 498); Max value from RGB is 242 - color contains mainly: blue. Hex color #AF51F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF51F2 is #50AE0D. Grayscale: #7E7E7E. Windows color (decimal): -5287438 or 15880623. OLE color: 15880623.

HSL color Cylindrical-coordinate representation of color #AF51F2: hue angle of 275.03º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AF51F2 is Cyan = 0.28, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 175 81 242 -
CMYK 0.28 0.67 0 0.05
HSL 275.03º 0.86% 0.63% -
HSV(B) 275.03º 0.67% 0.95% -
XYZ 36.65 21.41 86.21 -
YUV 127.46 192.64 161.91 -
System Red Green Blue C M Y K H S L
Decimal 175 81 242 0.28 0.67 0 0.05 275.03 0.86 0.63
Hex AF 51 F2 1C 43 0 5 113 56 3F
Octal 257 121 362 34 103 0 5 423 126 77
Binary 10101111 1010001 11110010 11100 1000011 0 101 100010011 1010110 111111

Color Harmonies of #AF51F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF51F2

Black with #AF51F2

Text Example


Text Example

White with #AF51F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF51F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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