Html Css Color HEX #AF5CF0 Medium Orchid

📋 copy color: '#AF5CF0'

red 175 ◦ green 92 ◦ blue 240

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

Shades of Medium Orchid #AF5CF0

Tints of Medium Orchid #AF5CF0

RGB

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

 GREEN value IS 92 (36.33% from 255) = 18.15%

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

R = 34.52%
G = 18.15%
B = 47.34%

CMYK

 C value IS 0.27

 M value IS 0.62

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AF5CF0 (or 0xAF5CF0) is known color: Medium Orchid. HEX triplet: AF, 5C and F0. RGB value is (175,92,240). Sum of RGB (Red+Green+Blue) = 175+92+240=507 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.52% from 507); Green value is 92 (36.33% from 255 or 18.15% from 507); Blue value is 240 (94.14% from 255 or 47.34% from 507); Max value from RGB is 240 - color contains mainly: blue. Hex color #AF5CF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF5CF0 is #50A30F. Grayscale: #858585. Windows color (decimal): -5284624 or 15752367. OLE color: 15752367.

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

Color convert

RGB 175 92 240 -
CMYK 0.27 0.62 0 0.06
HSL 273.65º 0.83% 0.65% -
HSV(B) 273.65º 0.62% 0.94% -
XYZ 37.23 23.06 84.93 -
YUV 133.69 188 157.47 -
System Red Green Blue C M Y K H S L
Decimal 175 92 240 0.27 0.62 0 0.06 273.65 0.83 0.65
Hex AF 5C F0 1B 3E 0 6 112 53 41
Octal 257 134 360 33 76 0 6 422 123 101
Binary 10101111 1011100 11110000 11011 111110 0 110 100010010 1010011 1000001

Color Harmonies of #AF5CF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5CF0

Black with #AF5CF0

Text Example


Text Example

White with #AF5CF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5CF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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