Html Css Color HEX #AF4FFF Medium Orchid

📋 copy color: '#AF4FFF'

red 175 ◦ green 79 ◦ blue 255

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

Shades of Medium Orchid #AF4FFF

Tints of Medium Orchid #AF4FFF

RGB

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

 GREEN value IS 79 (31.25% from 255) = 15.52%

 BLUE value IS 255 (100% from 255) = 50.1%

R = 34.38%
G = 15.52%
B = 50.1%

CMYK

 C value IS 0.31

 M value IS 0.69

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AF4FFF (or 0xAF4FFF) is known color: Medium Orchid. HEX triplet: AF, 4F and FF. RGB value is (175,79,255). Sum of RGB (Red+Green+Blue) = 175+79+255=509 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.38% from 509); Green value is 79 (31.25% from 255 or 15.52% from 509); Blue value is 255 (100% from 255 or 50.10% from 509); Max value from RGB is 255 - color contains mainly: blue. Hex color #AF4FFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF4FFF is #50B000. Grayscale: #7F7F7F. Windows color (decimal): -5287937 or 16732079. OLE color: 16732079.

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

Color convert

RGB 175 79 255 -
CMYK 0.31 0.69 0 0
HSL 272.73º 1% 0.65% -
HSV(B) 272.73º 0.69% 1% -
XYZ 38.53 21.93 96.81 -
YUV 127.77 199.8 161.69 -
System Red Green Blue C M Y K H S L
Decimal 175 79 255 0.31 0.69 0 0 272.73 1 0.65
Hex AF 4F FF 1F 45 0 0 111 64 41
Octal 257 117 377 37 105 0 0 421 144 101
Binary 10101111 1001111 11111111 11111 1000101 0 0 100010001 1100100 1000001

Color Harmonies of #AF4FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4FFF

Black with #AF4FFF

Text Example


Text Example

White with #AF4FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4FFF; }

 p { color: rgb(175,79,255); }

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

background-color css

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

 a { background-color: rgb(175,79,255); }

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

border-color css

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

 span { border-color: rgb(175,79,255); }

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