Html Css Color HEX #AF3CF1 Medium Orchid

📋 copy color: '#AF3CF1'

red 175 ◦ green 60 ◦ blue 241

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

Shades of Medium Orchid #AF3CF1

Tints of Medium Orchid #AF3CF1

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.61%

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

R = 36.76%
G = 12.61%
B = 50.63%

CMYK

 C value IS 0.27

 M value IS 0.75

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AF3CF1 (or 0xAF3CF1) is known color: Medium Orchid. HEX triplet: AF, 3C and F1. RGB value is (175,60,241). Sum of RGB (Red+Green+Blue) = 175+60+241=476 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.76% from 476); Green value is 60 (23.83% from 255 or 12.61% from 476); Blue value is 241 (94.53% from 255 or 50.63% from 476); Max value from RGB is 241 - color contains mainly: blue. Hex color #AF3CF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF3CF1 is #50C30E. Grayscale: #727272. Windows color (decimal): -5292815 or 15809711. OLE color: 15809711.

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

Color convert

RGB 175 60 241 -
CMYK 0.27 0.75 0 0.05
HSL 278.12º 0.87% 0.59% -
HSV(B) 278.12º 0.75% 0.95% -
XYZ 35.17 18.7 84.97 -
YUV 115.02 199.1 170.78 -
System Red Green Blue C M Y K H S L
Decimal 175 60 241 0.27 0.75 0 0.05 278.12 0.87 0.59
Hex AF 3C F1 1B 4B 0 5 116 57 3B
Octal 257 74 361 33 113 0 5 426 127 73
Binary 10101111 111100 11110001 11011 1001011 0 101 100010110 1010111 111011

Color Harmonies of #AF3CF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3CF1

Black with #AF3CF1

Text Example


Text Example

White with #AF3CF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3CF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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