Html Css Color HEX #AF3DF1 Medium Orchid

📋 copy color: '#AF3DF1'

red 175 ◦ green 61 ◦ blue 241

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

Shades of Medium Orchid #AF3DF1

Tints of Medium Orchid #AF3DF1

RGB

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

 GREEN value IS 61 (24.22% from 255) = 12.79%

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

R = 36.69%
G = 12.79%
B = 50.52%

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

#AF3DF1 (or 0xAF3DF1) is known color: Medium Orchid. HEX triplet: AF, 3D and F1. RGB value is (175,61,241). Sum of RGB (Red+Green+Blue) = 175+61+241=477 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.69% from 477); Green value is 61 (24.22% from 255 or 12.79% from 477); Blue value is 241 (94.53% from 255 or 50.52% from 477); Max value from RGB is 241 - color contains mainly: blue. Hex color #AF3DF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF3DF1 is #50C20E. Grayscale: #737373. Windows color (decimal): -5292559 or 15809967. OLE color: 15809967.

HSL color Cylindrical-coordinate representation of color #AF3DF1: hue angle of 278º 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 #AF3DF1 is Cyan = 0.27, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 175 61 241 -
CMYK 0.27 0.75 0 0.05
HSL 278º 0.87% 0.59% -
HSV(B) 278º 0.75% 0.95% -
XYZ 35.23 18.8 84.99 -
YUV 115.61 198.77 170.36 -
System Red Green Blue C M Y K H S L
Decimal 175 61 241 0.27 0.75 0 0.05 278 0.87 0.59
Hex AF 3D F1 1B 4B 0 5 116 57 3B
Octal 257 75 361 33 113 0 5 426 127 73
Binary 10101111 111101 11110001 11011 1001011 0 101 100010110 1010111 111011

Color Harmonies of #AF3DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3DF1

Black with #AF3DF1

Text Example


Text Example

White with #AF3DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3DF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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