Html Css Color HEX #AF4EFF Medium Orchid

📋 copy color: '#AF4EFF'

red 175 ◦ green 78 ◦ blue 255

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

Shades of Medium Orchid #AF4EFF

Tints of Medium Orchid #AF4EFF

RGB

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

 GREEN value IS 78 (30.86% from 255) = 15.35%

 BLUE value IS 255 (100% from 255) = 50.2%

R = 34.45%
G = 15.35%
B = 50.2%

CMYK

 C value IS 0.31

 M value IS 0.69

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AF4EFF (or 0xAF4EFF) is known color: Medium Orchid. HEX triplet: AF, 4E and FF. RGB value is (175,78,255). Sum of RGB (Red+Green+Blue) = 175+78+255=508 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.45% from 508); Green value is 78 (30.86% from 255 or 15.35% from 508); Blue value is 255 (100% from 255 or 50.20% from 508); Max value from RGB is 255 - color contains mainly: blue. Hex color #AF4EFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF4EFF is #50B100. Grayscale: #7E7E7E. Windows color (decimal): -5288193 or 16731823. OLE color: 16731823.

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

Color convert

RGB 175 78 255 -
CMYK 0.31 0.69 0 0
HSL 272.88º 1% 0.65% -
HSV(B) 272.88º 0.69% 1% -
XYZ 38.45 21.78 96.79 -
YUV 127.18 200.14 162.11 -
System Red Green Blue C M Y K H S L
Decimal 175 78 255 0.31 0.69 0 0 272.88 1 0.65
Hex AF 4E FF 1F 45 0 0 111 64 41
Octal 257 116 377 37 105 0 0 421 144 101
Binary 10101111 1001110 11111111 11111 1000101 0 0 100010001 1100100 1000001

Color Harmonies of #AF4EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4EFF

Black with #AF4EFF

Text Example


Text Example

White with #AF4EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4EFF; }

 p { color: rgb(175,78,255); }

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

background-color css

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

 a { background-color: rgb(175,78,255); }

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

border-color css

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

 span { border-color: rgb(175,78,255); }

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