Html Css Color HEX #AF3FF1 Medium Orchid

📋 copy color: '#AF3FF1'

red 175 ◦ green 63 ◦ blue 241

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

Shades of Medium Orchid #AF3FF1

Tints of Medium Orchid #AF3FF1

RGB

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

 GREEN value IS 63 (25% from 255) = 13.15%

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

R = 36.53%
G = 13.15%
B = 50.31%

CMYK

 C value IS 0.27

 M value IS 0.74

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AF3FF1 (or 0xAF3FF1) is known color: Medium Orchid. HEX triplet: AF, 3F and F1. RGB value is (175,63,241). Sum of RGB (Red+Green+Blue) = 175+63+241=479 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.53% from 479); Green value is 63 (25% from 255 or 13.15% from 479); Blue value is 241 (94.53% from 255 or 50.31% from 479); Max value from RGB is 241 - color contains mainly: blue. Hex color #AF3FF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF3FF1 is #50C00E. Grayscale: #747474. Windows color (decimal): -5292047 or 15810479. OLE color: 15810479.

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

Color convert

RGB 175 63 241 -
CMYK 0.27 0.74 0 0.05
HSL 277.75º 0.86% 0.6% -
HSV(B) 277.75º 0.74% 0.95% -
XYZ 35.33 19.02 85.03 -
YUV 116.78 198.11 169.53 -
System Red Green Blue C M Y K H S L
Decimal 175 63 241 0.27 0.74 0 0.05 277.75 0.86 0.6
Hex AF 3F F1 1B 4A 0 5 116 56 3C
Octal 257 77 361 33 112 0 5 426 126 74
Binary 10101111 111111 11110001 11011 1001010 0 101 100010110 1010110 111100

Color Harmonies of #AF3FF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3FF1

Black with #AF3FF1

Text Example


Text Example

White with #AF3FF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3FF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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