Html Css Color HEX #AF40F9 Medium Orchid

📋 copy color: '#AF40F9'

red 175 ◦ green 64 ◦ blue 249

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

Shades of Medium Orchid #AF40F9

Tints of Medium Orchid #AF40F9

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.11%

 BLUE value IS 249 (97.66% from 255) = 51.02%

R = 35.86%
G = 13.11%
B = 51.02%

CMYK

 C value IS 0.30

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AF40F9 (or 0xAF40F9) is known color: Medium Orchid. HEX triplet: AF, 40 and F9. RGB value is (175,64,249). Sum of RGB (Red+Green+Blue) = 175+64+249=488 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.86% from 488); Green value is 64 (25.39% from 255 or 13.11% from 488); Blue value is 249 (97.66% from 255 or 51.02% from 488); Max value from RGB is 249 - color contains mainly: blue. Hex color #AF40F9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF40F9 is #50BF06. Grayscale: #757575. Windows color (decimal): -5291783 or 16335023. OLE color: 16335023.

HSL color Cylindrical-coordinate representation of color #AF40F9: hue angle of 276º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AF40F9 is Cyan = 0.30, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 175 64 249 -
CMYK 0.30 0.74 0 0.02
HSL 276º 0.94% 0.61% -
HSV(B) 276º 0.74% 0.98% -
XYZ 36.61 19.62 91.48 -
YUV 118.28 201.77 168.46 -
System Red Green Blue C M Y K H S L
Decimal 175 64 249 0.30 0.74 0 0.02 276 0.94 0.61
Hex AF 40 F9 1E 4A 0 2 114 5E 3D
Octal 257 100 371 36 112 0 2 424 136 75
Binary 10101111 1000000 11111001 11110 1001010 0 10 100010100 1011110 111101

Color Harmonies of #AF40F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF40F9

Black with #AF40F9

Text Example


Text Example

White with #AF40F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF40F9; }

 p { color: rgb(175,64,249); }

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

background-color css

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

 a { background-color: rgb(175,64,249); }

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

border-color css

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

 span { border-color: rgb(175,64,249); }

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