Html Css Color HEX #AF4FF0 Medium Orchid

📋 copy color: '#AF4FF0'

red 175 ◦ green 79 ◦ blue 240

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

Shades of Medium Orchid #AF4FF0

Tints of Medium Orchid #AF4FF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 48.58%

R = 35.43%
G = 15.99%
B = 48.58%

CMYK

 C value IS 0.27

 M value IS 0.67

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AF4FF0 (or 0xAF4FF0) is known color: Medium Orchid. HEX triplet: AF, 4F and F0. RGB value is (175,79,240). Sum of RGB (Red+Green+Blue) = 175+79+240=494 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.43% from 494); Green value is 79 (31.25% from 255 or 15.99% from 494); Blue value is 240 (94.14% from 255 or 48.58% from 494); Max value from RGB is 240 - color contains mainly: blue. Hex color #AF4FF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF4FF0 is #50B00F. Grayscale: #7D7D7D. Windows color (decimal): -5287952 or 15749039. OLE color: 15749039.

HSL color Cylindrical-coordinate representation of color #AF4FF0: hue angle of 275.78º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AF4FF0 is Cyan = 0.27, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 175 79 240 -
CMYK 0.27 0.67 0 0.06
HSL 275.78º 0.84% 0.63% -
HSV(B) 275.78º 0.67% 0.94% -
XYZ 36.2 21 84.58 -
YUV 126.06 192.3 162.91 -
System Red Green Blue C M Y K H S L
Decimal 175 79 240 0.27 0.67 0 0.06 275.78 0.84 0.63
Hex AF 4F F0 1B 43 0 6 114 54 3F
Octal 257 117 360 33 103 0 6 424 124 77
Binary 10101111 1001111 11110000 11011 1000011 0 110 100010100 1010100 111111

Color Harmonies of #AF4FF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4FF0

Black with #AF4FF0

Text Example


Text Example

White with #AF4FF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4FF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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