Html Css Color HEX #AF51F3 Medium Orchid

📋 copy color: '#AF51F3'

red 175 ◦ green 81 ◦ blue 243

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

Shades of Medium Orchid #AF51F3

Tints of Medium Orchid #AF51F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 48.7%

R = 35.07%
G = 16.23%
B = 48.7%

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

#AF51F3 (or 0xAF51F3) is known color: Medium Orchid. HEX triplet: AF, 51 and F3. RGB value is (175,81,243). Sum of RGB (Red+Green+Blue) = 175+81+243=499 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35.07% from 499); Green value is 81 (32.03% from 255 or 16.23% from 499); Blue value is 243 (95.31% from 255 or 48.70% from 499); Max value from RGB is 243 - color contains mainly: blue. Hex color #AF51F3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF51F3 is #50AE0C. Grayscale: #7F7F7F. Windows color (decimal): -5287437 or 15946159. OLE color: 15946159.

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

Color convert

RGB 175 81 243 -
CMYK 0.28 0.67 0 0.05
HSL 274.81º 0.87% 0.64% -
HSV(B) 274.81º 0.67% 0.95% -
XYZ 36.8 21.47 87 -
YUV 127.57 193.14 161.83 -
System Red Green Blue C M Y K H S L
Decimal 175 81 243 0.28 0.67 0 0.05 274.81 0.87 0.64
Hex AF 51 F3 1C 43 0 5 113 57 40
Octal 257 121 363 34 103 0 5 423 127 100
Binary 10101111 1010001 11110011 11100 1000011 0 101 100010011 1010111 1000000

Color Harmonies of #AF51F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF51F3

Black with #AF51F3

Text Example


Text Example

White with #AF51F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF51F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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