Html Css Color HEX #AF4DFF Medium Orchid

📋 copy color: '#AF4DFF'

red 175 ◦ green 77 ◦ blue 255

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

Shades of Medium Orchid #AF4DFF

Tints of Medium Orchid #AF4DFF

RGB

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

 GREEN value IS 77 (30.47% from 255) = 15.19%

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

R = 34.52%
G = 15.19%
B = 50.3%

CMYK

 C value IS 0.31

 M value IS 0.70

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AF4DFF (or 0xAF4DFF) is known color: Medium Orchid. HEX triplet: AF, 4D and FF. RGB value is (175,77,255). Sum of RGB (Red+Green+Blue) = 175+77+255=507 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.52% from 507); Green value is 77 (30.47% from 255 or 15.19% from 507); Blue value is 255 (100% from 255 or 50.30% from 507); Max value from RGB is 255 - color contains mainly: blue. Hex color #AF4DFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF4DFF is #50B200. Grayscale: #7D7D7D. Windows color (decimal): -5288449 or 16731567. OLE color: 16731567.

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

Color convert

RGB 175 77 255 -
CMYK 0.31 0.70 0 0
HSL 273.03º 1% 0.65% -
HSV(B) 273.03º 0.7% 1% -
XYZ 38.38 21.64 96.76 -
YUV 126.59 200.47 162.53 -
System Red Green Blue C M Y K H S L
Decimal 175 77 255 0.31 0.70 0 0 273.03 1 0.65
Hex AF 4D FF 1F 46 0 0 111 64 41
Octal 257 115 377 37 106 0 0 421 144 101
Binary 10101111 1001101 11111111 11111 1000110 0 0 100010001 1100100 1000001

Color Harmonies of #AF4DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4DFF

Black with #AF4DFF

Text Example


Text Example

White with #AF4DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4DFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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