Html Css Color HEX #AF60F1 Medium Orchid

📋 copy color: '#AF60F1'

red 175 ◦ green 96 ◦ blue 241

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

Shades of Medium Orchid #AF60F1

Tints of Medium Orchid #AF60F1

RGB

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

 GREEN value IS 96 (37.89% from 255) = 18.75%

 BLUE value IS 241 (94.53% from 255) = 47.07%

R = 34.18%
G = 18.75%
B = 47.07%

CMYK

 C value IS 0.27

 M value IS 0.60

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AF60F1 (or 0xAF60F1) is known color: Medium Orchid. HEX triplet: AF, 60 and F1. RGB value is (175,96,241). Sum of RGB (Red+Green+Blue) = 175+96+241=512 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.18% from 512); Green value is 96 (37.89% from 255 or 18.75% from 512); Blue value is 241 (94.53% from 255 or 47.07% from 512); Max value from RGB is 241 - color contains mainly: blue. Hex color #AF60F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF60F1 is #509F0E. Grayscale: #878787. Windows color (decimal): -5283599 or 15818927. OLE color: 15818927.

HSL color Cylindrical-coordinate representation of color #AF60F1: hue angle of 272.69º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AF60F1 is Cyan = 0.27, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 175 96 241 -
CMYK 0.27 0.60 0 0.05
HSL 272.69º 0.84% 0.66% -
HSV(B) 272.69º 0.6% 0.95% -
XYZ 37.74 23.83 85.83 -
YUV 136.15 187.17 155.71 -
System Red Green Blue C M Y K H S L
Decimal 175 96 241 0.27 0.60 0 0.05 272.69 0.84 0.66
Hex AF 60 F1 1B 3C 0 5 111 54 42
Octal 257 140 361 33 74 0 5 421 124 102
Binary 10101111 1100000 11110001 11011 111100 0 101 100010001 1010100 1000010

Color Harmonies of #AF60F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF60F1

Black with #AF60F1

Text Example


Text Example

White with #AF60F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF60F1; }

 p { color: rgb(175,96,241); }

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

background-color css

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

 a { background-color: rgb(175,96,241); }

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

border-color css

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

 span { border-color: rgb(175,96,241); }

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