Html Css Color HEX #AF3EF3 Medium Orchid

📋 copy color: '#AF3EF3'

red 175 ◦ green 62 ◦ blue 243

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

Shades of Medium Orchid #AF3EF3

Tints of Medium Orchid #AF3EF3

RGB

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

 GREEN value IS 62 (24.61% from 255) = 12.92%

 BLUE value IS 243 (95.31% from 255) = 50.63%

R = 36.46%
G = 12.92%
B = 50.63%

CMYK

 C value IS 0.28

 M value IS 0.74

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AF3EF3 (or 0xAF3EF3) is known color: Medium Orchid. HEX triplet: AF, 3E and F3. RGB value is (175,62,243). Sum of RGB (Red+Green+Blue) = 175+62+243=480 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.46% from 480); Green value is 62 (24.61% from 255 or 12.92% from 480); Blue value is 243 (95.31% from 255 or 50.62% from 480); Max value from RGB is 243 - color contains mainly: blue. Hex color #AF3EF3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF3EF3 is #50C10C. Grayscale: #737373. Windows color (decimal): -5292301 or 15941295. OLE color: 15941295.

HSL color Cylindrical-coordinate representation of color #AF3EF3: hue angle of 277.46º degrees, saturation: 0.88, 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 #AF3EF3 is Cyan = 0.28, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 175 62 243 -
CMYK 0.28 0.74 0 0.05
HSL 277.46º 0.88% 0.6% -
HSV(B) 277.46º 0.74% 0.95% -
XYZ 35.58 19.03 86.59 -
YUV 116.42 199.44 169.78 -
System Red Green Blue C M Y K H S L
Decimal 175 62 243 0.28 0.74 0 0.05 277.46 0.88 0.6
Hex AF 3E F3 1C 4A 0 5 115 58 3C
Octal 257 76 363 34 112 0 5 425 130 74
Binary 10101111 111110 11110011 11100 1001010 0 101 100010101 1011000 111100

Color Harmonies of #AF3EF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3EF3

Black with #AF3EF3

Text Example


Text Example

White with #AF3EF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3EF3; }

 p { color: rgb(175,62,243); }

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

background-color css

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

 a { background-color: rgb(175,62,243); }

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

border-color css

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

 span { border-color: rgb(175,62,243); }

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