Html Css Color HEX #AF41FB Medium Orchid

📋 copy color: '#AF41FB'

red 175 ◦ green 65 ◦ blue 251

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

Shades of Medium Orchid #AF41FB

Tints of Medium Orchid #AF41FB

RGB

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

 GREEN value IS 65 (25.78% from 255) = 13.24%

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

R = 35.64%
G = 13.24%
B = 51.12%

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

#AF41FB (or 0xAF41FB) is known color: Medium Orchid. HEX triplet: AF, 41 and FB. RGB value is (175,65,251). Sum of RGB (Red+Green+Blue) = 175+65+251=491 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.64% from 491); Green value is 65 (25.78% from 255 or 13.24% from 491); Blue value is 251 (98.44% from 255 or 51.12% from 491); Max value from RGB is 251 - color contains mainly: blue. Hex color #AF41FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF41FB is #50BE04. Grayscale: #767676. Windows color (decimal): -5291525 or 16466351. OLE color: 16466351.

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

Color convert

RGB 175 65 251 -
CMYK 0.30 0.74 0 0.02
HSL 275.48º 0.96% 0.62% -
HSV(B) 275.48º 0.74% 0.98% -
XYZ 36.98 19.86 93.15 -
YUV 119.09 202.44 167.88 -
System Red Green Blue C M Y K H S L
Decimal 175 65 251 0.30 0.74 0 0.02 275.48 0.96 0.62
Hex AF 41 FB 1E 4A 0 2 113 60 3E
Octal 257 101 373 36 112 0 2 423 140 76
Binary 10101111 1000001 11111011 11110 1001010 0 10 100010011 1100000 111110

Color Harmonies of #AF41FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF41FB

Black with #AF41FB

Text Example


Text Example

White with #AF41FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF41FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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