Html Css Color HEX #AF48FE Medium Orchid

📋 copy color: '#AF48FE'

red 175 ◦ green 72 ◦ blue 254

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

Shades of Medium Orchid #AF48FE

Tints of Medium Orchid #AF48FE

RGB

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

 GREEN value IS 72 (28.52% from 255) = 14.37%

 BLUE value IS 254 (99.61% from 255) = 50.7%

R = 34.93%
G = 14.37%
B = 50.7%

CMYK

 C value IS 0.31

 M value IS 0.72

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AF48FE (or 0xAF48FE) is known color: Medium Orchid. HEX triplet: AF, 48 and FE. RGB value is (175,72,254). Sum of RGB (Red+Green+Blue) = 175+72+254=501 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.93% from 501); Green value is 72 (28.52% from 255 or 14.37% from 501); Blue value is 254 (99.61% from 255 or 50.70% from 501); Max value from RGB is 254 - color contains mainly: blue. Hex color #AF48FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF48FE is #50B701. Grayscale: #7A7A7A. Windows color (decimal): -5289730 or 16664751. OLE color: 16664751.

HSL color Cylindrical-coordinate representation of color #AF48FE: hue angle of 273.96º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AF48FE is Cyan = 0.31, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 175 72 254 -
CMYK 0.31 0.72 0 0.00
HSL 273.96º 0.99% 0.64% -
HSV(B) 273.96º 0.72% 1% -
XYZ 37.89 20.9 95.8 -
YUV 123.55 201.62 164.7 -
System Red Green Blue C M Y K H S L
Decimal 175 72 254 0.31 0.72 0 0.00 273.96 0.99 0.64
Hex AF 48 FE 1F 48 0 0 112 63 40
Octal 257 110 376 37 110 0 0 422 143 100
Binary 10101111 1001000 11111110 11111 1001000 0 0 100010010 1100011 1000000

Color Harmonies of #AF48FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF48FE

Black with #AF48FE

Text Example


Text Example

White with #AF48FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF48FE; }

 p { color: rgb(175,72,254); }

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

background-color css

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

 a { background-color: rgb(175,72,254); }

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

border-color css

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

 span { border-color: rgb(175,72,254); }

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