Html Css Color HEX #AF46FA Medium Orchid

📋 copy color: '#AF46FA'

red 175 ◦ green 70 ◦ blue 250

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

Shades of Medium Orchid #AF46FA

Tints of Medium Orchid #AF46FA

RGB

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

 GREEN value IS 70 (27.73% from 255) = 14.14%

 BLUE value IS 250 (98.05% from 255) = 50.51%

R = 35.35%
G = 14.14%
B = 50.51%

CMYK

 C value IS 0.3

 M value IS 0.72

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AF46FA (or 0xAF46FA) is known color: Medium Orchid. HEX triplet: AF, 46 and FA. RGB value is (175,70,250). Sum of RGB (Red+Green+Blue) = 175+70+250=495 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.35% from 495); Green value is 70 (27.73% from 255 or 14.14% from 495); Blue value is 250 (98.05% from 255 or 50.51% from 495); Max value from RGB is 250 - color contains mainly: blue. Hex color #AF46FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF46FA is #50B905. Grayscale: #797979. Windows color (decimal): -5290246 or 16402095. OLE color: 16402095.

HSL color Cylindrical-coordinate representation of color #AF46FA: hue angle of 275º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AF46FA is Cyan = 0.3, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 175 70 250 -
CMYK 0.3 0.72 0 0.02
HSL 275º 0.95% 0.63% -
HSV(B) 275º 0.72% 0.98% -
XYZ 37.12 20.4 92.42 -
YUV 121.92 200.29 165.86 -
System Red Green Blue C M Y K H S L
Decimal 175 70 250 0.3 0.72 0 0.02 275 0.95 0.63
Hex AF 46 FA 1E 48 0 2 113 5F 3F
Octal 257 106 372 36 110 0 2 423 137 77
Binary 10101111 1000110 11111010 11110 1001000 0 10 100010011 1011111 111111

Color Harmonies of #AF46FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF46FA

Black with #AF46FA

Text Example


Text Example

White with #AF46FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF46FA; }

 p { color: rgb(175,70,250); }

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

background-color css

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

 a { background-color: rgb(175,70,250); }

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

border-color css

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

 span { border-color: rgb(175,70,250); }

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