Html Css Color HEX #AF40FB Medium Orchid

📋 copy color: '#AF40FB'

red 175 ◦ green 64 ◦ blue 251

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

Shades of Medium Orchid #AF40FB

Tints of Medium Orchid #AF40FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 51.22%

R = 35.71%
G = 13.06%
B = 51.22%

CMYK

 C value IS 0.30

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AF40FB (or 0xAF40FB) is known color: Medium Orchid. HEX triplet: AF, 40 and FB. RGB value is (175,64,251). Sum of RGB (Red+Green+Blue) = 175+64+251=490 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.71% from 490); Green value is 64 (25.39% from 255 or 13.06% from 490); Blue value is 251 (98.44% from 255 or 51.22% from 490); Max value from RGB is 251 - color contains mainly: blue. Hex color #AF40FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF40FB is #50BF04. Grayscale: #757575. Windows color (decimal): -5291781 or 16466095. OLE color: 16466095.

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

Color convert

RGB 175 64 251 -
CMYK 0.30 0.75 0 0.02
HSL 275.62º 0.96% 0.62% -
HSV(B) 275.62º 0.75% 0.98% -
XYZ 36.93 19.75 93.13 -
YUV 118.51 202.77 168.29 -
System Red Green Blue C M Y K H S L
Decimal 175 64 251 0.30 0.75 0 0.02 275.62 0.96 0.62
Hex AF 40 FB 1E 4B 0 2 114 60 3E
Octal 257 100 373 36 113 0 2 424 140 76
Binary 10101111 1000000 11111011 11110 1001011 0 10 100010100 1100000 111110

Color Harmonies of #AF40FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF40FB

Black with #AF40FB

Text Example


Text Example

White with #AF40FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF40FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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